Fix quoting problem in cc-engine debug message
commitbf21c84f0d3dab33b4836098b789eaddf9492b2a
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2016 17:06:04 +0000 (2 10:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 May 2016 17:06:25 +0000 (2 10:06 -0700)
treeea06196a857813e1fa3bd832da2ff1bcb3152e81
parent8f36614512d479fb76764bf013ad23550696c5a6
Fix quoting problem in cc-engine debug message

* lisp/progmodes/cc-engine.el (c-replay-parse-state-state):
Use "%s" format to pass through ‘'’ unscathed (Bug#23425), and
likewise for ‘`’, and ‘%’.
lisp/progmodes/cc-engine.el