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:
parent
ac092f2276
commit
eef4375a10
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user