From: Jeremy Bryant Date: Thu, 4 Jan 2024 23:58:19 +0000 (+0000) Subject: * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9acf12f6f17b57265d19079e6973d167a328536;p=emacs.git * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248). --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 74cf297c2fc..fb504055f1d 100644 --- 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 perenently. + ;; User wants to decrypt the message permanently. (when (eq major-mode 'rmail-mode) (rmail-add-label "decrypt")) (setq decrypts (nreverse decrypts))