]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Eliminate compiler warning messages.
authorAlan Mackenzie <acm@muc.de>
Tue, 24 Nov 2015 22:20:47 +0000 (22:20 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 24 Nov 2015 22:20:47 +0000 (22:20 +0000)
commitfdc271fab057928d03407ac735c9415fc83247d5
treef5e1b07bbc08f8720f84bb5f6baf7fae3c15ff81
parent0805069ae5709dc1b97f7349c4f9a7651f3078e3
CC Mode: Eliminate compiler warning messages.

* lisp/progmodes/cc-mode.el (top level): remove compile time declaration of
`font-lock-syntactic-keywords' (which CC Mode doesn't use).
* lisp/progmodes/cc-awk.el (awk-mode-syntax-table)
(c-awk-set-syntax-table-properties): Clarify comments about
`font-lock-syntactic-keywords'.

* lisp/progmodes/cc-bytecomp.el (cc-bytecomp-load): Create a dummy declaration
of this before the real (interpreted) one, to satisfy the byte compiler.
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-bytecomp.el
lisp/progmodes/cc-mode.el