]> git.eshelyaron.com Git - emacs.git/commit
Fix string used in recent obsolete variables spec
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 18 Dec 2024 10:53:27 +0000 (11:53 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:13:31 +0000 (16:13 +0100)
commitaa9f02ceeaf26b47a9c8910e5908803dc36f03dc
tree41a1896aa61d9e5404449ce6a5dd887a2ca8aedd
parent62b9125d91f3c760e489dee20d25070d2dfb3ff3
Fix string used in recent obsolete variables spec

* lisp/font-lock.el (font-lock-comment-face)
(font-lock-comment-delimiter-face, font-lock-string-face)
(font-lock-doc-face, font-lock-doc-markup-face)
(font-lock-keyword-face, font-lock-builtin-face)
(font-lock-function-name-face, font-lock-variable-name-face)
(font-lock-type-face, font-lock-constant-face)
(font-lock-warning-face, font-lock-negation-char-face)
(font-lock-preprocessor-face): Don't quote the apostrophe in the
CURRENT-NAME argument of `make-obsolete-variable', it isn't
expanded by `substitute-command-keys'.

(cherry picked from commit a20f4c7ce192082caf0da5de5b8ab5b4d28c44d3)
lisp/font-lock.el