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:
parent
8f36614512
commit
bf21c84f0d
1 changed files with 1 additions and 1 deletions
|
@ -3498,7 +3498,7 @@ comment at the start of cc-engine.el for more info."
|
||||||
c-state-old-cpp-end
|
c-state-old-cpp-end
|
||||||
c-parse-state-point))))
|
c-parse-state-point))))
|
||||||
(defun c-replay-parse-state-state ()
|
(defun c-replay-parse-state-state ()
|
||||||
(message
|
(message "%s"
|
||||||
(concat "(setq "
|
(concat "(setq "
|
||||||
(mapconcat
|
(mapconcat
|
||||||
(lambda (arg)
|
(lambda (arg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue