public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Oliver <git@mavit.org.uk>
To: git-commits@fedoraproject.org
Subject: [rpms/emacs] rawhide: emacs_lisp.rec: Handle quoting with (quote) rather than '
Date: Wed, 12 Aug 2026 12:01:11 GMT	[thread overview]
Message-ID: <178653607159.1.1428308805982156545.rpms-emacs-8a3ba8b22398@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/emacs
            Branch : rawhide
            Commit : 8a3ba8b22398568d965732680cc995d3968b68eb
            Author : Peter Oliver <git@mavit.org.uk>
            Date   : 2026-08-12T12:59:57+01:00
            Stats  : +3/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/emacs/c/8a3ba8b22398568d965732680cc995d3968b68eb?branch=rawhide

            Log:
            emacs_lisp.rec: Handle quoting with (quote) rather than '

I haven’t seen this form in the wild, but let’s handle it anyway.

---
diff --git a/emacs_lisp.rec b/emacs_lisp.rec
index 97f44f5..499bdae 100755
--- a/emacs_lisp.rec
+++ b/emacs_lisp.rec
@@ -45,7 +45,9 @@
                          (or "treesit-ensure-installed"
                              "treesit-parser-create"
                              "treesit-ready-p")
-                         (one-or-more space) "'")
+                         (one-or-more space)
+                         (or "'"
+                             (and "(quote" (one-or-more space))))
                      nil t)
                   (add-parser-at-point))
 

                 reply	other threads:[~2026-08-12 12:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178653607159.1.1428308805982156545.rpms-emacs-8a3ba8b22398@fedoraproject.org \
    --to=git@mavit.org.uk \
    --cc=git-commits@fedoraproject.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox