; * lisp/mail/rmail.el (rmail-epa-decrypt): Fix whitespace.

This commit is contained in:
Eli Zaretskii 2024-01-02 19:13:55 +02:00
parent 7592c3a6e0
commit 0bc42eec98

View file

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