Mercurial > emacs
changeset 8261:3eab4db14a5d
(add-change-log-entry): Use <...> around mail address.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Jul 1994 19:30:21 +0000 |
parents | 1ad35b4d9128 |
children | 676fd590cc41 |
files | lisp/add-log.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Sat Jul 16 18:48:37 1994 +0000 +++ b/lisp/add-log.el Sat Jul 16 19:30:21 1994 +0000 @@ -160,11 +160,11 @@ (if (looking-at (concat (regexp-quote (substring (current-time-string) 0 10)) ".* " (regexp-quote add-log-full-name) - " (" (regexp-quote add-log-mailing-address))) + " <" (regexp-quote add-log-mailing-address))) (forward-line 1) (insert (current-time-string) " " add-log-full-name - " (" add-log-mailing-address ")\n\n")) + " <" add-log-mailing-address ">\n\n")) ;; Search only within the first paragraph. (if (looking-at "\n*[^\n* \t]")