summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1997-08-12 11:59:41 +0000
committerEli Zaretskii <eliz@gnu.org>1997-08-12 11:59:41 +0000
commit5f83e1daacffe53ee584333b751fe039a9c4c8bd (patch)
treed7d6f84b398cebf97bd733e20dd697cab2ecec44 /lisp
parent8148a3adf7134015475cd1b33747dc2ae5f4a84e (diff)
downloademacs-5f83e1daacffe53ee584333b751fe039a9c4c8bd.tar.gz
Run ".emacs" through convert-standard-filename before using it.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cus-edit.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 62218c59dcd..64de2890807 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -2923,10 +2923,11 @@ Optional EVENT is the location for the menu."
init-file-user
emacs-user-extension-dir
"options.el")
- "~/.emacs")
+ (convert-standard-filename"~/.emacs"))
"File used for storing customization information.
-If you change this from the default \"~/.emacs\" you need to
-explicitly load that file for the settings to take effect."
+If you change this from the default \"~/.emacs\" (or \"~/_emacs\"
+on MS-DOS) you need to explicitly load that file for the settings
+to take effect."
:type 'file
:group 'customize)