mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
(add-log-full-name, add-log-mailing-address): Add autoload cookies.
This commit is contained in:
parent
b91916f330
commit
29db528bae
@ -36,10 +36,12 @@
|
|||||||
\\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
|
\\[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.")
|
instead) with no arguments. It returns a string or nil if it cannot guess.")
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defvar add-log-full-name nil
|
(defvar add-log-full-name nil
|
||||||
"*Full name of user, for inclusion in ChangeLog daily headers.
|
"*Full name of user, for inclusion in ChangeLog daily headers.
|
||||||
This defaults to the value returned by the `user-full-name' function.")
|
This defaults to the value returned by the `user-full-name' function.")
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defvar add-log-mailing-address nil
|
(defvar add-log-mailing-address nil
|
||||||
"*Electronic mail address of user, for inclusion in ChangeLog daily headers.
|
"*Electronic mail address of user, for inclusion in ChangeLog daily headers.
|
||||||
This defaults to the value of `user-mail-address'.")
|
This defaults to the value of `user-mail-address'.")
|
||||||
|
Loading…
Reference in New Issue
Block a user