* lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248).
This commit is contained in:
parent
d490874b34
commit
f9acf12f6f
1 changed files with 1 additions and 1 deletions
|
@ -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 perenently.
|
||||
;; User wants to decrypt the message permanently.
|
||||
(when (eq major-mode 'rmail-mode)
|
||||
(rmail-add-label "decrypt"))
|
||||
(setq decrypts (nreverse decrypts))
|
||||
|
|
Loading…
Add table
Reference in a new issue