comparison lisp/cus-edit.el @ 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 200ff7e7d620
children d5378da3dd73
comparison
equal deleted inserted replaced
19315:f842aabf9735 19316:d28bff25d9a6
2921 (defcustom custom-file (if (boundp 'emacs-user-extension-dir) 2921 (defcustom custom-file (if (boundp 'emacs-user-extension-dir)
2922 (concat "~" 2922 (concat "~"
2923 init-file-user 2923 init-file-user
2924 emacs-user-extension-dir 2924 emacs-user-extension-dir
2925 "options.el") 2925 "options.el")
2926 "~/.emacs") 2926 (convert-standard-filename"~/.emacs"))
2927 "File used for storing customization information. 2927 "File used for storing customization information.
2928 If you change this from the default \"~/.emacs\" you need to 2928 If you change this from the default \"~/.emacs\" (or \"~/_emacs\"
2929 explicitly load that file for the settings to take effect." 2929 on MS-DOS) you need to explicitly load that file for the settings
2930 to take effect."
2930 :type 'file 2931 :type 'file
2931 :group 'customize) 2932 :group 'customize)
2932 2933
2933 (defun custom-save-delete (symbol) 2934 (defun custom-save-delete (symbol)
2934 "Delete the call to SYMBOL form `custom-file'. 2935 "Delete the call to SYMBOL form `custom-file'.