From 6b1765e05db432007ede6f1af3744e71063a728b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 23 Aug 2015 13:43:34 +0200 Subject: =?UTF-8?q?Revert=20"Extend=20=E2=80=98format=E2=80=99=20to=20tran?= =?UTF-8?q?slate=20curved=20quotes"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 244c801689d2f7a80480d83cd7d092d4762ebe08. --- lisp/emacs-lisp/derived.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/emacs-lisp/derived.el') diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index 1f8572b278b..ee137f1771e 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -331,10 +331,9 @@ which more-or-less shadow%s %s's corresponding table%s." "\n\nThis mode " (concat "\n\nIn addition to any hooks its parent mode " - (if (string-match (concat "[`%‘]" + (if (string-match (format "[`‘]%s['’]" (regexp-quote - (symbol-name parent)) - "['%’]") + (symbol-name parent))) docstring) nil (format "`%s' " parent)) -- cgit v1.2.1