summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rfc822.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index 7c32b251bf9..989f43cd5a5 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -75,7 +75,7 @@
(forward-char -1)
(delete-char 2)
t)
- ((memq ch '(?\ ?\t ?\n))
+ ((memq ch '(?\ ?\t ?\n))
(delete-region (point)
(progn (skip-chars-forward " \t\n") (point)))
t)