From 0bc42eec9836d5f977d4187d57c829895726b862 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 Jan 2024 19:13:55 +0200 Subject: [PATCH] ; * lisp/mail/rmail.el (rmail-epa-decrypt): Fix whitespace. --- 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 a9a56e35573..74cf297c2fc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -4682,7 +4682,7 @@ Argument MIME is non-nil if this is a mime message." (when armor-end (if (null (nth 2 d)) nil - ;; In a mime part -- + ;; In a mime part -- ;; replace CRLF with NL in it. (save-restriction (narrow-to-region armor-start armor-end) -- 2.39.5