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 ‘%’.
This commit is contained in:
Paul Eggert 2016-05-02 10:06:04 -07:00
parent 8f36614512
commit bf21c84f0d

View file

@ -3498,7 +3498,7 @@ comment at the start of cc-engine.el for more info."
c-state-old-cpp-end
c-parse-state-point))))
(defun c-replay-parse-state-state ()
(message
(message "%s"
(concat "(setq "
(mapconcat
(lambda (arg)