changeset 21165:480d7479ccac

(rfc822-looking-at): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:52:14 +0000
parents 966308b754da
children acffd9b0ac6d
files lisp/mail/rfc822.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rfc822.el	Sat Mar 14 04:51:45 1998 +0000
+++ b/lisp/mail/rfc822.el	Sat Mar 14 04:52:14 1998 +0000
@@ -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 ()