Skip to content

Commit

Permalink
use simpler fn.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marshall committed Nov 16, 1996
1 parent b771af4 commit 6a6da30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/progmodes/fortran.el
Expand Up @@ -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.
Expand Down

0 comments on commit 6a6da30

Please sign in to comment.