Mercurial > emacs
changeset 19316:d28bff25d9a6
Run ".emacs" through convert-standard-filename before using it.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 12 Aug 1997 11:59:41 +0000 |
parents | f842aabf9735 |
children | 09398d892cf7 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Tue Aug 12 05:49:26 1997 +0000 +++ b/lisp/cus-edit.el Tue Aug 12 11:59:41 1997 +0000 @@ -2923,10 +2923,11 @@ 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)