emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rfc822.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rfc822.el
Date: Tue, 04 Feb 2003 08:14:01 -0500

Index: emacs/lisp/mail/rfc822.el
diff -c emacs/lisp/mail/rfc822.el:1.15 emacs/lisp/mail/rfc822.el:1.16
*** emacs/lisp/mail/rfc822.el:1.15      Fri Mar 13 23:52:14 1998
--- emacs/lisp/mail/rfc822.el   Tue Feb  4 08:14:00 2003
***************
*** 26,32 ****
  ;;; Commentary:
  
  ;; Support functions for parsing RFC-822 headers, used by mail and news
! ;; modes.  
  
  ;;; Code:
  
--- 26,32 ----
  ;;; Commentary:
  
  ;; Support functions for parsing RFC-822 headers, used by mail and news
! ;; modes.
  
  ;;; Code:
  
***************
*** 269,275 ****
              (t
               (rfc822-bad-address "Strange character or missing comma")))))))
  
!                          
  (defun rfc822-addresses (header-text)
    (if (string-match "\\`[ \t]*\\([^][\000-\037 ()<>@,;:\\\".]+\\)[ \t]*\\'"
                      header-text)
--- 269,275 ----
              (t
               (rfc822-bad-address "Strange character or missing comma")))))))
  
! 
  (defun rfc822-addresses (header-text)
    (if (string-match "\\`[ \t]*\\([^][\000-\037 ()<>@,;:\\\".]+\\)[ \t]*\\'"
                      header-text)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]