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:
parent
d7606d13d9
commit
b31d859db5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue