* eshell/eshell.el (eshell-directory-name): Use locate-user-emacs-file (Bug#7578).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-12-16 Leo <sdl.web@gmail.com>
|
||||
|
||||
* eshell/eshell.el (eshell-directory-name): Use
|
||||
locate-user-emacs-file (Bug#7578).
|
||||
|
||||
2010-12-15 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* loadup.el (symbol-file-load-history-loaded): Remove; unused.
|
||||
|
||||
@@ -285,7 +285,8 @@ shells such as bash, zsh, rc, 4dos."
|
||||
"`eshell-buffer-name' is a member of `same-window-buffer-names'"
|
||||
(member eshell-buffer-name same-window-buffer-names))
|
||||
|
||||
(defcustom eshell-directory-name (convert-standard-filename "~/.eshell/")
|
||||
(defcustom eshell-directory-name
|
||||
(locate-user-emacs-file "eshell/" ".eshell/")
|
||||
"The directory where Eshell control files should be kept."
|
||||
:type 'directory
|
||||
:group 'eshell)
|
||||
|
||||
Reference in New Issue
Block a user