]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/mail/rmail.el (rmail-epa-decrypt): Fix whitespace.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2024 17:13:55 +0000 (19:13 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2024 17:13:55 +0000 (19:13 +0200)
lisp/mail/rmail.el

index a9a56e35573974b8de98ea7e1577277fab7416c4..74cf297c2fccb512b082e077a25a474732e41811 100644 (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)