]> git.eshelyaron.com Git - emacs.git/commitdiff
(rfc822-looking-at): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:52:14 +0000 (04:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:52:14 +0000 (04:52 +0000)
lisp/mail/rfc822.el

index 39f02b929ac1ce99582fb62f0319bb478171593d..633a2e2417e1d45d170987a5de61223fceccf252 100644 (file)
@@ -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 ()