diff 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
line wrap: on
line diff
--- a/lisp/cus-edit.el	Mon Aug 13 10:34:15 2007 +0200
+++ b/lisp/cus-edit.el	Mon Aug 13 10:35:03 2007 +0200
@@ -2973,12 +2973,7 @@
 
 ;;; The `custom-save-all' Function.
 ;;;###autoload
-(defcustom custom-file (if (boundp 'user-init-directory)
-			   (concat "~"
-				   init-file-user
-				   user-init-directory
-				   "options.el")
-			 "~/.emacs")
+(defcustom custom-file "~/.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."