]> code.delx.au - gnu-emacs/commit
CC Mode: correct incorrect invocation of parse-partial-sexp.
authorAlan Mackenzie <acm@muc.de>
Thu, 14 Jul 2016 12:42:17 +0000 (12:42 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 14 Jul 2016 12:42:17 +0000 (12:42 +0000)
commitd0dc74a3a8bc59df3ca88810710d1234a9a08920
tree0ef26158e627e3b824de684befada782150db79e
parent453f883ef81388c39193b9289ef703954e9bc270
CC Mode: correct incorrect invocation of parse-partial-sexp.

Fixes bug #23944.

* lisp/progmodes/cc-engine.el (c-literal-limits): make the sixth argument of
an invocation of parse-partial-sexp 'syntax-table, not the fourth.
lisp/progmodes/cc-engine.el