From: Eli Zaretskii Date: Tue, 12 Aug 1997 11:59:41 +0000 (+0000) Subject: Run ".emacs" through convert-standard-filename before using it. X-Git-Tag: emacs-20.1~632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f83e1daacffe53ee584333b751fe039a9c4c8bd;p=emacs.git Run ".emacs" through convert-standard-filename before using it. --- 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)