1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

No longer set dired-directory in eshell. (Bug#16477)

* lisp/eshell/esh-mode.el (eshell-mode):
* lisp/eshell/em-dirs.el (eshell/cd): No longer set dired-directory.
This commit is contained in:
Glenn Morris 2015-05-26 23:42:59 -07:00
parent b38bc40d69
commit 1b3fd89b1c
2 changed files with 4 additions and 7 deletions

View file

@ -344,7 +344,6 @@ and the hook `eshell-exit-hook'."
(setq local-abbrev-table eshell-mode-abbrev-table)
(set (make-local-variable 'dired-directory) default-directory)
(set (make-local-variable 'list-buffers-directory)
(expand-file-name default-directory))