comparison lisp/cus-edit.el @ 286:57709be46d1b r21-0b41

Import from CVS: tag r21-0b41
author cvs
date Mon, 13 Aug 2007 10:35:03 +0200
parents 0e522484dd2a
children 341dac730539
comparison
equal deleted inserted replaced
285:9a3756523c1b 286:57709be46d1b
2971 (widget-put widget :custom-state found))) 2971 (widget-put widget :custom-state found)))
2972 (custom-magic-reset widget)) 2972 (custom-magic-reset widget))
2973 2973
2974 ;;; The `custom-save-all' Function. 2974 ;;; The `custom-save-all' Function.
2975 ;;;###autoload 2975 ;;;###autoload
2976 (defcustom custom-file (if (boundp 'user-init-directory) 2976 (defcustom custom-file "~/.emacs"
2977 (concat "~"
2978 init-file-user
2979 user-init-directory
2980 "options.el")
2981 "~/.emacs")
2982 "File used for storing customization information. 2977 "File used for storing customization information.
2983 If you change this from the default \"~/.emacs\" you need to 2978 If you change this from the default \"~/.emacs\" you need to
2984 explicitly load that file for the settings to take effect." 2979 explicitly load that file for the settings to take effect."
2985 :type 'file 2980 :type 'file
2986 :group 'customize) 2981 :group 'customize)