From 0b0c9565d050bfecc581b342c40b719917395896 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 23 Aug 2015 13:42:04 +0200 Subject: =?UTF-8?q?Revert=20"Prefer=20=E2=80=98format=E2=80=99=20to=20?= =?UTF-8?q?=E2=80=98substitute-command-keys=E2=80=99"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6af5aad26411ffe21c3fe4bc5438347110910111. --- lisp/cus-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/cus-theme.el') diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index f8e5650db78..bc221e17c4b 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -492,10 +492,10 @@ It includes all faces in list FACES." '("" "c"))) doc) (when fn - (princ (format " in ‘")) + (princ (substitute-command-keys " in ‘")) (help-insert-xref-button (file-name-nondirectory fn) 'help-theme-def fn) - (princ (format "’"))) + (princ (substitute-command-keys "’"))) (princ ".\n") (if (custom-theme-p theme) (progn -- cgit v1.2.1