(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 39f02b9..633a2e2 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 ()