diff lisp/startup.el @ 68140:4baa8cfc2485

(init-file-user): defcustom -> defvar.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 12 Jan 2006 02:27:00 +0000
parents ec8a77d4aadf
children 667bc6386741 de425e4eb0bc 7beb78bc1f8e
line wrap: on
line diff
--- a/lisp/startup.el	Thu Jan 12 02:25:59 2006 +0000
+++ b/lisp/startup.el	Thu Jan 12 02:27:00 2006 +0000
@@ -197,7 +197,7 @@
   :type 'function
   :group 'initialization)
 
-(defcustom init-file-user nil
+(defvar init-file-user nil
   "Identity of user whose `.emacs' file is or was read.
 The value is nil if `-q' or `--no-init-file' was specified,
 meaning do not load any init file.
@@ -212,9 +212,7 @@
 looked for.
 
 Setting `init-file-user' does not prevent Emacs from loading
-`site-start.el'.  The only way to do that is to use `--no-site-file'."
-  :type '(choice (const :tag "none" nil) string)
-  :group 'initialization)
+`site-start.el'.  The only way to do that is to use `--no-site-file'.")
 
 (defcustom site-run-file "site-start"
   "File containing site-wide run-time initializations.