diff options
| author | Richard M. Stallman | 1996-03-22 13:26:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-22 13:26:01 +0000 |
| commit | 29db528baef4ba58447da2bb633c421ed551374a (patch) | |
| tree | d1ceba8dd1bb64b2ad07ea1c3cbe034170d52ba8 | |
| parent | b91916f3301efb8946ebed211fff895e51793e24 (diff) | |
| download | emacs-29db528baef4ba58447da2bb633c421ed551374a.tar.gz emacs-29db528baef4ba58447da2bb633c421ed551374a.zip | |
(add-log-full-name, add-log-mailing-address): Add autoload cookies.
| -rw-r--r-- | lisp/add-log.el | 2 |
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' |
| 37 | instead) with no arguments. It returns a string or nil if it cannot guess.") | 37 | instead) 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. |
| 41 | This defaults to the value returned by the `user-full-name' function.") | 42 | This 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. |
| 45 | This defaults to the value of `user-mail-address'.") | 47 | This defaults to the value of `user-mail-address'.") |