projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638247b
)
Fix ietf-drums-get-comment doc string
author
Bob Rogers
<rogers@rgrjr.com>
Sun, 6 Feb 2022 00:07:43 +0000
(
01:07
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 6 Feb 2022 00:07:54 +0000
(
01:07
+0100)
* lisp/mail/ietf-drums.el (ietf-drums-get-comment): We really return
the last comment (bug#53810).
lisp/mail/ietf-drums.el
patch
|
blob
|
history
diff --git
a/lisp/mail/ietf-drums.el
b/lisp/mail/ietf-drums.el
index 4a0795918906f8cb2535bb6ddcb8d6a445fcd4ea..51c3e63e0440d93b0106046dc40ac5b4ba04b826 100644
(file)
--- a/
lisp/mail/ietf-drums.el
+++ b/
lisp/mail/ietf-drums.el
@@
-150,7
+150,7
@@
backslash and doublequote.")
(buffer-string))))
(defun ietf-drums-get-comment (string)
- "Return the
fir
st comment in STRING."
+ "Return the
la
st comment in STRING."
(with-temp-buffer
(ietf-drums-init string)
(let (result c)