use simpler fn.
authorSimon Marshall <simon@gnu.org>
Sat, 16 Nov 1996 13:37:51 +0000 (13:37 +0000)
committerSimon Marshall <simon@gnu.org>
Sat, 16 Nov 1996 13:37:51 +0000 (13:37 +0000)
lisp/progmodes/fortran.el

index d4bbb0d..1c255b1 100644 (file)
@@ -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.