mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(change-log-default-name, add-log-current-defun-function)
(add-log-full-name, add-log-mailing-address): Delete autoload cookies.
This commit is contained in:
parent
dd0a39d664
commit
75ade4691a
1 changed files with 4 additions and 4 deletions
|
|
@ -26,23 +26,23 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
;;;###autoload
|
||||
(defvar change-log-default-name nil
|
||||
"*Name of a change log file for \\[add-change-log-entry].")
|
||||
|
||||
;;;###autoload
|
||||
(defvar add-log-current-defun-function nil
|
||||
"\
|
||||
*If non-nil, function to guess name of current function from surrounding text.
|
||||
\\[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
|
||||
;; This MUST not be autoloaded, since user-login-name
|
||||
;; cannot be known at Emacs dump time.
|
||||
(defvar add-log-full-name (user-full-name)
|
||||
"*Full name of user, for inclusion in ChangeLog daily headers.
|
||||
This defaults to the value returned by the `user-full-name' function.")
|
||||
|
||||
;;;###autoload
|
||||
;; This MUST not be autoloaded, since user-login-name
|
||||
;; cannot be known at Emacs dump time.
|
||||
(defvar add-log-mailing-address (concat (user-login-name) "@" (system-name))
|
||||
"*Electronic mail address of user, for inclusion in ChangeLog daily headers.
|
||||
This defaults to the value returned by `user-login-name', followed by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue