]> git.eshelyaron.com Git - emacs.git/commit
CC Mode. Fix AWK Mode fontification bug, remove some unused variables
authorAlan Mackenzie <acm@muc.de>
Thu, 31 Dec 2020 12:14:54 +0000 (12:14 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 31 Dec 2020 12:18:56 +0000 (12:18 +0000)
commit2f8a7bcdc8c4b1ef0a5b46fb773fa7e058a20243
treef4f792980fa2560336454ec37904e1c2443e24a7
parent57d97bb170e86c77dede5456ab8fd178c3a5bf61
CC Mode.  Fix AWK Mode fontification bug, remove some unused variables

* lisp/progmodes/cc-awk.el (awk-font-lock-keywords): Replace a hard use of
c-preprocessor-face-name by an `eval' expression which evaluates it.

* lisp/progmodes/cc-engine.el (c-in-knr-argdecl, c-laomib-put-cache)
(c-laomib-fix-elt): Remove unused bound variables.
lisp/progmodes/cc-awk.el
lisp/progmodes/cc-engine.el