emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Thu, 12 Jan 2006 02:27:00 +0000

Index: emacs/lisp/startup.el
diff -u emacs/lisp/startup.el:1.394 emacs/lisp/startup.el:1.395
--- emacs/lisp/startup.el:1.394 Sat Jan  7 15:11:58 2006
+++ emacs/lisp/startup.el       Thu Jan 12 02:27:00 2006
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]