]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Eliminate duplicate function c-list-of-strings
authorAlan Mackenzie <acm@muc.de>
Sat, 18 Mar 2023 10:12:24 +0000 (10:12 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 18 Mar 2023 10:12:24 +0000 (10:12 +0000)
commit403bad2f604ab096fbf04dad39725198e8c59e73
treec0035f0ec0bf9f490315f8acc6d721c56619a716
parent95d5154feed2bdb15555e3dce14fca377765b54d
CC Mode: Eliminate duplicate function c-list-of-strings

Replace it with the existing c-string-list-p.  Also put an autoload cookie in
front of c-string-list-p so that it will not be signalled as undefined by
loaddefs.el.

lisp/progmodes/cc-vars.el (c-string-list-p): Make this autoload.
(c-list-of-strings): Remove.
(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): In the autoload
cookies, replace c-list-of-strings with c-string-list-p.
lisp/progmodes/cc-vars.el