# HG changeset patch # User Simon Marshall # Date 848151471 0 # Node ID 1d74abbf5ac3a0ff8f852df18b21c5ec21b83033 # Parent f4429e6fe33c95275fe905f24f74c375e4401896 use simpler fn. diff -r f4429e6fe33c -r 1d74abbf5ac3 lisp/progmodes/fortran.el --- a/lisp/progmodes/fortran.el Sat Nov 16 13:33:51 1996 +0000 +++ b/lisp/progmodes/fortran.el Sat Nov 16 13:37:51 1996 +0000 @@ -284,7 +284,7 @@ ;; 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.