* lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248).

This commit is contained in:
Jeremy Bryant 2024-01-04 23:58:19 +00:00 committed by Eli Zaretskii
parent d490874b34
commit f9acf12f6f

View file

@ -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))