aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/rfc822.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rfc822.el')
-rw-r--r--lisp/mail/rfc822.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index 633a2e2417..7c32b251bf 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -26,7 +26,7 @@
;;; Commentary:
;; Support functions for parsing RFC-822 headers, used by mail and news
-;; modes.
+;; modes.
;;; Code:
@@ -269,7 +269,7 @@
(t
(rfc822-bad-address "Strange character or missing comma")))))))
-
+
(defun rfc822-addresses (header-text)
(if (string-match "\\`[ \t]*\\([^][\000-\037 ()<>@,;:\\\".]+\\)[ \t]*\\'"
header-text)