Mercurial > emacs
changeset 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 | acffd9b0ac6d |
children | 3b9934a8d938 |
files | lisp/progmodes/fortran.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)))