]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Allow lists of strings as safe values for *-font-lock-extra-types
authorAlan Mackenzie <acm@muc.de>
Mon, 13 Mar 2023 16:42:02 +0000 (16:42 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 18 Mar 2023 10:26:54 +0000 (10:26 +0000)
commitf77ea400db0a081830b98e08a6626abbad4d92c4
treea424687de420bd23bf9231b38966e8cc33673248
parentaedb9e3ec37512e4e2c1a6066613b2b5fcaf2aa6
CC Mode: Allow lists of strings as safe values for *-font-lock-extra-types

* lisp/progmodes/cc-vars.el (c-list-of-strings): New function.
(c-font-lock-extra-types, c++-font-lock-extra-types)
(objc-font-lock-extra-types, java-font-lock-extra-types)
(idl-font-lock-extra-types, pike-font-lock-extra-types): Add a :safe entry
into each of thes defcustoms for c-list-of-string.
(Top level): Add an autoload entry for each of the above.
lisp/progmodes/cc-vars.el