summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1996-11-16 13:37:51 +0000
committerSimon Marshall <simon@gnu.org>1996-11-16 13:37:51 +0000
commit6a6da3032cd56f6154e86a1666e8efb764d07a8e (patch)
tree5d7e3a3dd05617c60b81e9b41a32d96be757e35e
parentb771af478994b65e693612aaddc347906d30693d (diff)
downloademacs-6a6da3032cd56f6154e86a1666e8efb764d07a8e.tar.gz
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.")
;; 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.