1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

use simpler fn.

This commit is contained in:
Simon Marshall 1996-11-16 13:37:51 +00:00
parent d7606d13d9
commit b31d859db5

View 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.