summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2017-12-13 15:29:24 -0500
committerGlenn Morris <rgm@gnu.org>2017-12-13 15:29:24 -0500
commitce31e726adbb4d24557b3d1ff067cc4c04d94446 (patch)
tree6aba9b20776408aac320c1f099055c1385ddb451 /lisp/progmodes/cc-vars.el
parentaacd1e14fc6ab872bc2c588d8c6077c88ce8a310 (diff)
downloademacs-ce31e726adbb4d24557b3d1ff067cc4c04d94446.tar.gz
emacs-ce31e726adbb4d24557b3d1ff067cc4c04d94446.tar.bz2
emacs-ce31e726adbb4d24557b3d1ff067cc4c04d94446.zip
Fixes for defcustoms, prompted by cus-test-opts
* lisp/files.el (save-some-buffers-default-predicate): * lisp/time.el (display-time-world-list): * lisp/gnus/gnus-art.el (gnus-article-show-cursor): * lisp/progmodes/cc-vars.el (c-noise-macro-with-parens-names): * lisp/progmodes/verilog-mode.el (verilog-auto-wire-type): * lisp/textmodes/less-css-mode.el (less-css-output-directory) (less-css-output-file-name, less-css-input-file-name): * lisp/vc/emerge.el (emerge-metachars): * lisp/vc/vc-hg.el (vc-hg-symbolic-revision-styles): Fix :types. * lisp/net/newst-backend.el (newsticker-url-list-defaults): Fix url.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r--lisp/progmodes/cc-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index 37d6675821e..f7bfe7c672a 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1669,7 +1669,7 @@ this implicitly by reinitializing C/C++/Objc Mode on any buffer)."
which optionally have arguments in parentheses, and which expand to nothing.
These are recognized by CC Mode only in declarations."
:version "26.1"
- :type '(regexp :tag "List of names (possibly empty)" string)
+ :type '(repeat :tag "List of names (possibly empty)" string)
:group 'c)
(put 'c-noise-macro-with-parens-names 'safe-local-variable #'c-string-list-p)