From b31d859db5bf870fde0e61bec86b638f4e2343db Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Sat, 16 Nov 1996 13:37:51 +0000 Subject: [PATCH] use simpler fn. --- lisp/progmodes/fortran.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") ;; Fontify the type specifier. '(1 font-lock-type-face) ;; Fontify each declaration item (or just the /.../ block name). - '(font-lock-match-c++-style-declaration-item-and-skip-to-next + '(font-lock-match-c-style-declaration-item-and-skip-to-next ;; Start after any *(...) expression. (and (match-beginning 15) (forward-sexp 1)) ;; No need to clean up. -- 2.39.2