diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/eshell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 89ec3ab9c60..3c534f049c5 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -285,7 +285,8 @@ shells such as bash, zsh, rc, 4dos." | |||
| 285 | "`eshell-buffer-name' is a member of `same-window-buffer-names'" | 285 | "`eshell-buffer-name' is a member of `same-window-buffer-names'" |
| 286 | (member eshell-buffer-name same-window-buffer-names)) | 286 | (member eshell-buffer-name same-window-buffer-names)) |
| 287 | 287 | ||
| 288 | (defcustom eshell-directory-name (convert-standard-filename "~/.eshell/") | 288 | (defcustom eshell-directory-name |
| 289 | (locate-user-emacs-file "eshell/" ".eshell/") | ||
| 289 | "The directory where Eshell control files should be kept." | 290 | "The directory where Eshell control files should be kept." |
| 290 | :type 'directory | 291 | :type 'directory |
| 291 | :group 'eshell) | 292 | :group 'eshell) |