# HG changeset patch # User Luc Teirlinck # Date 1137032820 0 # Node ID 4baa8cfc2485b97edc790a42e82e6eb506bf3b6e # Parent 058a6e5777098216da3b0281604b3142aa66c23f (init-file-user): defcustom -> defvar. diff -r 058a6e577709 -r 4baa8cfc2485 lisp/startup.el --- 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.