1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(f90-looking-at-where-or-forall): Oops, defsubst, not defun.

This commit is contained in:
Glenn Morris 2002-05-20 21:52:07 +00:00
parent 6f6420041a
commit b32a3d9930

View file

@ -955,7 +955,7 @@ NAME is nil if the statement has no label."
(looking-at "then\\>")))
(list struct label))))))
(defun f90-looking-at-where-or-forall ()
(defsubst f90-looking-at-where-or-forall ()
"Return (KIND NAME) if a where or forall block starts after point.
NAME is nil if the statement has no label."
(save-excursion