diff options
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-rw-r--r-- | lisp/progmodes/cc-defs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 54bedb4d9ca..9edaf465346 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -1574,6 +1574,7 @@ with value CHAR in the region [FROM to)." ;; properties. This includes all calls to `c-parse-state'. This macro will ;; be invoked recursively; however the `c-string-fences-set-flag' mechanism ;; should ensure consistency, when this happens. + (declare (debug t)) `(unwind-protect (progn (unless c-string-fences-set-flag |