aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1996-11-16 13:37:51 +0000
committerSimon Marshall1996-11-16 13:37:51 +0000
commitb31d859db5bf870fde0e61bec86b638f4e2343db (patch)
tree00b2d7c87eef4c155aaf61e42443450a82ce0071
parentd7606d13d94051ec47ec9509ba6e721edaecc0eb (diff)
downloademacs-b31d859db5bf870fde0e61bec86b638f4e2343db.tar.gz
emacs-b31d859db5bf870fde0e61bec86b638f4e2343db.zip
use simpler fn.
-rw-r--r--lisp/progmodes/fortran.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index d4bbb0de9cf..1c255b12a8c 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -284,7 +284,7 @@ This variable used in TAB format mode.")
284 ;; Fontify the type specifier. 284 ;; Fontify the type specifier.
285 '(1 font-lock-type-face) 285 '(1 font-lock-type-face)
286 ;; Fontify each declaration item (or just the /.../ block name). 286 ;; Fontify each declaration item (or just the /.../ block name).
287 '(font-lock-match-c++-style-declaration-item-and-skip-to-next 287 '(font-lock-match-c-style-declaration-item-and-skip-to-next
288 ;; Start after any *(...) expression. 288 ;; Start after any *(...) expression.
289 (and (match-beginning 15) (forward-sexp 1)) 289 (and (match-beginning 15) (forward-sexp 1))
290 ;; No need to clean up. 290 ;; No need to clean up.