diff lisp/progmodes/fortran.el @ 21167:1d2bd6adba38

(fortran-match-!-comment): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:53:12 +0000
parents 65ac561ad75c
children d68f866455c6
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el	Sat Mar 14 04:52:44 1998 +0000
+++ b/lisp/progmodes/fortran.el	Sat Mar 14 04:53:12 1998 +0000
@@ -1498,7 +1498,7 @@
     (if (not found)
 	nil
       ;; Cheaper than `looking-at' "!.*".
-      (store-match-data
+      (set-match-data
        (list (1- (point)) (progn (end-of-line) (min (point) limit))))
       t)))