]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Put debug specs inside declare forms. Add missing debug specs.
authorAlan Mackenzie <acm@muc.de>
Thu, 15 Apr 2021 10:11:20 +0000 (10:11 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 15 Apr 2021 10:11:20 +0000 (10:11 +0000)
commit31f8ae53beb9bada58750160c1bf7f867ecd442e
treec6cc203cc828e019a445c17febdf210763c10530
parent4ddad8f1db1f888f3365ac1330989dfbee605dd5
CC Mode: Put debug specs inside declare forms.  Add missing debug specs.

* lisp/progmodes/cc-bytecomp.el, lisp/progmodes/cc-cmds.el,
lisp/progmodes/cc-defs.el, lisp/progmodes/cc-engine.el,
lisp/progmodes/cc-fonts.el, lisp/progmodes/cc-langs.el,
lisp/progmodes/cc-mode.el: Change the explicit def-edebug-spec for many macros
into a (declare (debug ...) ..) form.  Add such forms to macros which were
previously lacking def-edebug-spec forms.
lisp/progmodes/cc-bytecomp.el
lisp/progmodes/cc-cmds.el
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-fonts.el
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-mode.el