]> 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>
Mon, 13 Mar 2023 16:42:02 +0000 (16:42 +0000)
commit3fb30c8f1338ee8429411d6d36cd8ffbeb42f3cc
treee3af20cbe1db2277e81a53944c80fb34ba945b90
parent75f04848a653e70f12f0e5a62b756c5bba0dd204
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