aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-22 13:26:01 +0000
committerRichard M. Stallman1996-03-22 13:26:01 +0000
commit29db528baef4ba58447da2bb633c421ed551374a (patch)
treed1ceba8dd1bb64b2ad07ea1c3cbe034170d52ba8
parentb91916f3301efb8946ebed211fff895e51793e24 (diff)
downloademacs-29db528baef4ba58447da2bb633c421ed551374a.tar.gz
emacs-29db528baef4ba58447da2bb633c421ed551374a.zip
(add-log-full-name, add-log-mailing-address): Add autoload cookies.
-rw-r--r--lisp/add-log.el2
1 files changed, 2 insertions, 0 deletions
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 @@
36\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun' 36\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
37instead) with no arguments. It returns a string or nil if it cannot guess.") 37instead) with no arguments. It returns a string or nil if it cannot guess.")
38 38
39;;;###autoload
39(defvar add-log-full-name nil 40(defvar add-log-full-name nil
40 "*Full name of user, for inclusion in ChangeLog daily headers. 41 "*Full name of user, for inclusion in ChangeLog daily headers.
41This defaults to the value returned by the `user-full-name' function.") 42This defaults to the value returned by the `user-full-name' function.")
42 43
44;;;###autoload
43(defvar add-log-mailing-address nil 45(defvar add-log-mailing-address nil
44 "*Electronic mail address of user, for inclusion in ChangeLog daily headers. 46 "*Electronic mail address of user, for inclusion in ChangeLog daily headers.
45This defaults to the value of `user-mail-address'.") 47This defaults to the value of `user-mail-address'.")