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:
parent
b38bc40d69
commit
1b3fd89b1c
2 changed files with 4 additions and 7 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue