From: Richard M. Stallman Date: Fri, 22 Mar 1996 13:26:01 +0000 (+0000) Subject: (add-log-full-name, add-log-mailing-address): Add autoload cookies. X-Git-Tag: emacs-19.34~1004 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29db528baef4ba58447da2bb633c421ed551374a;p=emacs.git (add-log-full-name, add-log-mailing-address): Add autoload cookies. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index 0791fe1fe30..02f1e0c8e9c 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -36,10 +36,12 @@ \\[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 (defvar add-log-full-name nil "*Full name of user, for inclusion in ChangeLog daily headers. This defaults to the value returned by the `user-full-name' function.") +;;;###autoload (defvar add-log-mailing-address nil "*Electronic mail address of user, for inclusion in ChangeLog daily headers. This defaults to the value of `user-mail-address'.")