# HG changeset patch # User Eli Zaretskii # Date 963920867 0 # Node ID 54ff6ef3d884b7e997a6c0dc16e39ce8a86a1091 # Parent 1ba9e2802a23cc34f6a772f99b37020fc6df14b8 (eshell-directory-name): Run default directory name through convert-standard-filename. (eshell): Replace links to eshell.info with links to eshell, to avoid problems on systems where the manual is installed as `eshell'. diff -r 1ba9e2802a23 -r 54ff6ef3d884 lisp/eshell/eshell.el --- a/lisp/eshell/eshell.el Tue Jul 18 11:46:21 2000 +0000 +++ b/lisp/eshell/eshell.el Tue Jul 18 11:47:47 2000 +0000 @@ -34,7 +34,7 @@ bash, zsh, rc, 4dos; since Emacs itself is capable of handling most of the tasks accomplished by such tools." :tag "The Emacs shell" - :link '(info-link "(eshell.info)The Emacs shell") + :link '(info-link "(eshell)The Emacs shell") :group 'applications) ;;; Commentary: @@ -254,7 +254,7 @@ "`eshell-buffer-name' is a member of `same-window-buffer-names'" (member eshell-buffer-name same-window-buffer-names)) -(defcustom eshell-directory-name "~/.eshell/" +(defcustom eshell-directory-name (convert-standard-filename "~/.eshell/") "*The directory where Eshell control files should be kept." :type 'directory :group 'eshell)