From: Stefan Kangas <stefankangas@gmail.com>
To: Michael Albinus <Michael.Albinus@gmx.de>, emacs-devel@gnu.org
Subject: Re: master a20f4c7ce19 1/2: Fix string used in recent obsolete variables spec
Date: Wed, 18 Dec 2024 19:53:57 -0500 [thread overview]
Message-ID: <CADwFkmmPYgae61PPNfv1cy7+mEDg2Cjx12eJ1ntkgQZgjzp=fQ@mail.gmail.com> (raw)
In-Reply-To: <20241218105414.EA064BA7DD0@vcs3.savannah.gnu.org>
Michael Albinus via Mailing list for Emacs changes <emacs-diffs@gnu.org>
writes:
> (make-obsolete-variable
> 'font-lock-comment-face
> - "use the quoted symbol instead: \\='font-lock-comment-face" "31.1")
> + "use the quoted symbol instead: 'font-lock-comment-face" "31.1")
With this change, the warning reads:
use the quoted symbol instead: ’font-lock-warning-face
The idea is that it should be valid Lisp, so that users can copy and use
it directly. In other words, it should use a regular ' character:
use the quoted symbol instead: 'font-lock-warning-face
I suggest reverting this patch. Thanks.
parent reply other threads:[~2024-12-19 0:53 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20241218105414.EA064BA7DD0@vcs3.savannah.gnu.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CADwFkmmPYgae61PPNfv1cy7+mEDg2Cjx12eJ1ntkgQZgjzp=fQ@mail.gmail.com' \
--to=stefankangas@gmail.com \
--cc=Michael.Albinus@gmx.de \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).