Mercurial > hg > xemacs-beta
diff lisp/packages/add-log.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | 131b0175ea99 |
children | cca96a509cfe |
line wrap: on
line diff
--- a/lisp/packages/add-log.el Mon Aug 13 09:20:50 2007 +0200 +++ b/lisp/packages/add-log.el Mon Aug 13 09:21:54 2007 +0200 @@ -55,7 +55,7 @@ ;; So that the dump-time value doesn't go into loaddefs.el with the autoload. (or add-log-mailing-address - (setq add-log-mailing-address user-mail-address)) + (setq add-log-mailing-address (user-mail-address))) (defvar change-log-font-lock-keywords '(("^[SMTWF].+" . font-lock-function-name-face) ; Date line. @@ -168,7 +168,7 @@ (or add-log-full-name (setq add-log-full-name (user-full-name))) (or add-log-mailing-address - (setq add-log-mailing-address user-mail-address)) + (setq add-log-mailing-address (user-mail-address))) (if whoami (progn (setq add-log-full-name (read-string "Full name: " add-log-full-name))