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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/shell.el
Date: Fri, 26 May 2006 22:07:27 +0000

Index: emacs/lisp/shell.el
diff -u emacs/lisp/shell.el:1.136 emacs/lisp/shell.el:1.137
--- emacs/lisp/shell.el:1.136   Wed May 17 21:57:24 2006
+++ emacs/lisp/shell.el Fri May 26 22:07:27 2006
@@ -433,11 +433,11 @@
   (setq shell-dirstack nil)
   (make-local-variable 'shell-last-dir)
   (setq shell-last-dir nil)
-  (shell-dirtrack-mode 1)
   (setq comint-input-autoexpand shell-input-autoexpand)
   ;; This is not really correct, since the shell buffer does not really
   ;; edit this directory.  But it is useful in the buffer list and menus.
   (make-local-variable 'list-buffers-directory)
+  (shell-dirtrack-mode 1)
   (setq list-buffers-directory (expand-file-name default-directory))
   ;; shell-dependent assignments.
   (when (ring-empty-p comint-input-ring)




reply via email to

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