From 4daaec5d0b9bcef8a843326b61573fb95b049135 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Jul 1994 19:30:21 +0000 Subject: [PATCH] (add-change-log-entry): Use <...> around mail address. --- lisp/add-log.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/add-log.el b/lisp/add-log.el index 5a13e0054dd..fdc546c9a91 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -160,11 +160,11 @@ never append to an existing entry." (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]") -- 2.39.5