comparison lisp/custom/cus-edit.el @ 171:929b76928fce r20-3b12

Import from CVS: tag r20-3b12
author cvs
date Mon, 13 Aug 2007 09:47:52 +0200
parents 85ec50267440
children 8eaf7971accc
comparison
equal deleted inserted replaced
170:98a42ee61975 171:929b76928fce
2857 (widget-put widget :custom-state found))) 2857 (widget-put widget :custom-state found)))
2858 (custom-magic-reset widget)) 2858 (custom-magic-reset widget))
2859 2859
2860 ;;; The `custom-save-all' Function. 2860 ;;; The `custom-save-all' Function.
2861 ;;;###autoload 2861 ;;;###autoload
2862 (defcustom custom-file (if (featurep 'xemacs) 2862 (defcustom custom-file (if (boundp 'emacs-user-extension-dir)
2863 "~/.xemacs-custom" 2863 (concat emacs-user-extension-dir "options.el")
2864 "~/.emacs") 2864 "~/.emacs")
2865 "File used for storing customization information. 2865 "File used for storing customization information.
2866 If you change this from the default \"~/.emacs\" you need to 2866 If you change this from the default \"~/.emacs\" you need to
2867 explicitly load that file for the settings to take effect." 2867 explicitly load that file for the settings to take effect."
2868 :type 'file 2868 :type 'file