From: Paul Eggert Date: Mon, 2 May 2016 17:06:04 +0000 (-0700) Subject: Fix quoting problem in cc-engine debug message X-Git-Tag: emacs-25.0.94~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf21c84;p=emacs.git 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 ‘%’. --- diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 2010515ce5c..eb015acf320 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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)