changeset 16581:1d74abbf5ac3

use simpler fn.
author Simon Marshall <simon@gnu.org>
date Sat, 16 Nov 1996 13:37:51 +0000
parents f4429e6fe33c
children 608c038c2225
files lisp/progmodes/fortran.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.