emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/f90.el
Date: Mon, 20 May 2002 17:52:08 -0400

Index: emacs/lisp/progmodes/f90.el
diff -c emacs/lisp/progmodes/f90.el:1.53 emacs/lisp/progmodes/f90.el:1.54
*** emacs/lisp/progmodes/f90.el:1.53    Sun May 19 19:22:50 2002
--- emacs/lisp/progmodes/f90.el Mon May 20 17:52:07 2002
***************
*** 955,961 ****
                    (looking-at "then\\>")))
              (list struct label))))))
  
! (defun 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
--- 955,961 ----
                    (looking-at "then\\>")))
              (list struct label))))))
  
! (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]