changeset 14856:f64fa743c80f

(add-log-full-name, add-log-mailing-address): Add autoload cookies.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Mar 1996 13:26:01 +0000
parents 52f730593064
children eb23eca2abf9
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Fri Mar 22 13:25:21 1996 +0000
+++ b/lisp/add-log.el	Fri Mar 22 13:26:01 1996 +0000
@@ -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'.")