Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4daaec5d
Commit
4daaec5d
authored
Jul 16, 1994
by
Richard M. Stallman
Browse files
(add-change-log-entry): Use <...> around mail address.
parent
8d2b0a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/add-log.el
lisp/add-log.el
+2
-2
No files found.
lisp/add-log.el
View file @
4daaec5d
...
...
@@ -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]
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment