1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

(fortran-match-!-comment): store-match-data => set-match-data.

This commit is contained in:
Richard M. Stallman 1998-03-14 04:53:12 +00:00
parent ac092f2276
commit eef4375a10

View File

@ -1498,7 +1498,7 @@ Return t if `comment-start-skip' found, nil if not."
(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)))