Mercurial > emacs
changeset 45434:1c0762514eaa
(f90-looking-at-where-or-forall): Oops, defsubst, not defun.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 20 May 2002 21:52:07 +0000 |
parents | b718fe5a6992 |
children | 5fd8d851473e |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/f90.el Mon May 20 19:32:59 2002 +0000 +++ b/lisp/progmodes/f90.el Mon May 20 21:52:07 2002 +0000 @@ -955,7 +955,7 @@ (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