emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-proc.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-proc.el
Date: Sun, 18 Sep 2005 08:38:40 -0400

Index: emacs/lisp/eshell/esh-proc.el
diff -c emacs/lisp/eshell/esh-proc.el:1.9 emacs/lisp/eshell/esh-proc.el:1.10
*** emacs/lisp/eshell/esh-proc.el:1.9   Mon Aug  1 15:04:33 2005
--- emacs/lisp/eshell/esh-proc.el       Sun Sep 18 12:38:39 2005
***************
*** 225,232 ****
    (if (and (eshell-processp (car entry))
           (nth 2 entry)
           eshell-done-messages-in-minibuffer)
!       (message (format "[%s]+ Done %s" (process-name (car entry))
!                      (process-command (car entry)))))
    (setq eshell-process-list
        (delq entry eshell-process-list)))
  
--- 225,232 ----
    (if (and (eshell-processp (car entry))
           (nth 2 entry)
           eshell-done-messages-in-minibuffer)
!       (message "[%s]+ Done %s" (process-name (car entry)
!                                            (process-command (car entry)))))
    (setq eshell-process-list
        (delq entry eshell-process-list)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]