mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue