projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d490874
)
* lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248).
author
Jeremy Bryant
<jb@jeremybryant.net>
Thu, 4 Jan 2024 23:58:19 +0000
(23:58 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 5 Jan 2024 07:57:41 +0000
(09:57 +0200)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 74cf297c2fccb512b082e077a25a474732e41811..fb504055f1d85fec7acc56bd7d27168a8db71e09 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-4690,7
+4690,7
@@
Argument MIME is non-nil if this is a mime message."
(while (search-forward "\r\n" nil t)
(delete-region (- (point) 2) (- (point) 1))))))
)))
- ;; User wants to decrypt the message per
e
nently.
+ ;; User wants to decrypt the message per
ma
nently.
(when (eq major-mode 'rmail-mode)
(rmail-add-label "decrypt"))
(setq decrypts (nreverse decrypts))