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

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

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

revision 1.10 by deego, Sun Sep 18 12:38:39 2005 UTC revision 1.11 by deego, Sun Sep 18 12:59:19 2005 UTC
# Line 225  The prompt will be set to PROMPT." Line 225  The prompt will be set to PROMPT."
225    (if (and (eshell-processp (car entry))    (if (and (eshell-processp (car entry))
226             (nth 2 entry)             (nth 2 entry)
227             eshell-done-messages-in-minibuffer)             eshell-done-messages-in-minibuffer)
228        (message "[%s]+ Done %s" (process-name (car entry)        (message "[%s]+ Done %s" (process-name (car entry))
229                                               (process-command (car entry)))))                 (process-command (car entry))))
230    (setq eshell-process-list    (setq eshell-process-list
231          (delq entry eshell-process-list)))          (delq entry eshell-process-list)))
232    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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