emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/shell.el


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Tue, 14 May 2002 04:46:04 -0400

Index: emacs/lisp/shell.el
diff -c emacs/lisp/shell.el:1.112 emacs/lisp/shell.el:1.113
*** emacs/lisp/shell.el:1.112   Tue May 14 04:42:48 2002
--- emacs/lisp/shell.el Tue May 14 04:46:00 2002
***************
*** 415,421 ****
    (make-local-variable 'list-buffers-directory)
    (setq list-buffers-directory (expand-file-name default-directory))
    ;; shell-dependent assignments.
!   (when (zerop (ring-length comint-input-ring))
      (let ((shell (file-name-nondirectory (car
                   (process-command (get-buffer-process (current-buffer)))))))
        (setq comint-input-ring-file-name
--- 415,421 ----
    (make-local-variable 'list-buffers-directory)
    (setq list-buffers-directory (expand-file-name default-directory))
    ;; shell-dependent assignments.
!   (when (ring-empty-p comint-input-ring)
      (let ((shell (file-name-nondirectory (car
                   (process-command (get-buffer-process (current-buffer)))))))
        (setq comint-input-ring-file-name



reply via email to

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