From f9acf12f6f17b57265d19079e6973d167a328536 Mon Sep 17 00:00:00 2001 From: Jeremy Bryant Date: Thu, 4 Jan 2024 23:58:19 +0000 Subject: [PATCH] * lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248). --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2