/[emacs]/emacs/lisp/eshell/esh-cmd.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-cmd.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by pj, Sun Jul 15 19:53:53 2001 UTC revision 1.16 by eliz, Sat Jan 26 12:05:22 2002 UTC
# Line 1008  at the moment are: Line 1008  at the moment are:
1008      (setq eshell-current-command command)      (setq eshell-current-command command)
1009      (let ((delim (catch 'eshell-incomplete      (let ((delim (catch 'eshell-incomplete
1010                     (eshell-resume-eval))))                     (eshell-resume-eval))))
1011        (if delim        ;; On systems that don't support async subprocesses, eshell-resume
1012          ;; can return t.  Don't treat that as an error.
1013          (if (and delim (not (eq delim t)))
1014            (error "Unmatched delimiter: %c"            (error "Unmatched delimiter: %c"
1015                   (if (listp delim)                   (if (listp delim)
1016                       (car delim)                       (car delim)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26