all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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.



       reply	other threads:[~2024-12-19  0:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <173451925070.2703699.10721152312553968487@vcs3.savannah.gnu.org>
     [not found] ` <20241218105414.EA064BA7DD0@vcs3.savannah.gnu.org>
2024-12-19  0:53   ` Stefan Kangas [this message]
2024-12-19  9:42     ` master a20f4c7ce19 1/2: Fix string used in recent obsolete variables spec Michael Albinus
2024-12-19 10:53       ` Stefan Kangas

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

* 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.