changeset 68140:4baa8cfc2485

(init-file-user): defcustom -> defvar.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 12 Jan 2006 02:27:00 +0000
parents 058a6e577709
children e97b6ce08cb9
files lisp/startup.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
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.