]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-change-log-entry): Use <...> around mail address.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Jul 1994 19:30:21 +0000 (19:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Jul 1994 19:30:21 +0000 (19:30 +0000)
lisp/add-log.el

index 5a13e0054dd4878d9a6d44c04d46275a98edbdf3..fdc546c9a912df5ac29c4ead736f1f3f0b15e2ed 100644 (file)
@@ -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]")