aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2002-05-20 21:52:07 +0000
committerGlenn Morris <[email protected]>2002-05-20 21:52:07 +0000
commitb32a3d9930a2b36618fd16ca825f7cf8f9e0d8d7 (patch)
tree64c75cddcec1a39c903424ca657ede77a21c178d
parent6f6420041a765bd76f6021d2b9913f68e202e0ce (diff)
(f90-looking-at-where-or-forall): Oops, defsubst, not defun.
-rw-r--r--lisp/progmodes/f90.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index e321dfce8d..0e6eed254d 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -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