From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:52:14 +0000 (+0000) Subject: (rfc822-looking-at): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6b4e0f445f7ee58b21e310e125c98b08eac404c;p=emacs.git (rfc822-looking-at): store-match-data => set-match-data. --- diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 39f02b929ac..633a2e2417e 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el @@ -99,7 +99,7 @@ t)))) (let ((tem (match-data))) (rfc822-nuke-whitespace leave-space) - (store-match-data tem) + (set-match-data tem) t))) (defun rfc822-snarf-word ()