]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-default-name, add-log-current-defun-function)
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 06:15:33 +0000 (06:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 06:15:33 +0000 (06:15 +0000)
(add-log-full-name, add-log-mailing-address): Delete autoload cookies.

lisp/add-log.el

index 8f06aacd163c0647ad636fe5bde70cb8d12c3bc6..ffc1494f85cbe7584f08b4409b53482ab3d6926f 100644 (file)
 
 ;;; Code:
 
-;;;###autoload
 (defvar change-log-default-name nil
   "*Name of a change log file for \\[add-change-log-entry].")
 
-;;;###autoload
 (defvar add-log-current-defun-function nil
   "\
 *If non-nil, function to guess name of current function from surrounding text.
 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
 instead) with no arguments.  It returns a string or nil if it cannot guess.")
 
-;;;###autoload
+;; This MUST not be autoloaded, since user-login-name
+;; cannot be known at Emacs dump time.
 (defvar add-log-full-name (user-full-name)
   "*Full name of user, for inclusion in ChangeLog daily headers.
 This defaults to the value returned by the `user-full-name' function.")
 
-;;;###autoload
+;; This MUST not be autoloaded, since user-login-name
+;; cannot be known at Emacs dump time.
 (defvar add-log-mailing-address (concat (user-login-name) "@" (system-name))
   "*Electronic mail address of user, for inclusion in ChangeLog daily headers.
 This defaults to the value returned by `user-login-name', followed by