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/autoconf] rawhide: Enable lexical binding in `autoconf-init.el`
Date: Wed, 10 Jun 2026 08:37:55 GMT [thread overview]
Message-ID: <178108067531.1.18119150914904435435.rpms-autoconf-9c2c7e5c65f4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/autoconf
Branch : rawhide
Commit : 9c2c7e5c65f40b791c7bf120583fc12005f6fc96
Author : Peter Oliver <git@mavit.org.uk>
Date : 2026-06-09T17:28:08+00:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/autoconf/c/9c2c7e5c65f40b791c7bf120583fc12005f6fc96?branch=rawhide
Log:
Enable lexical binding in `autoconf-init.el`
This fixes the following unsightly warning in Emacs 31:
```
⛔ Warning (files): Missing ‘lexical-binding’ cookie in "/usr/share/emacs/site-lisp/site-start.d/autoconf-init.el".
You can add one with ‘M-x elisp-enable-lexical-binding RET’.
See ‘(elisp)Selecting Lisp Dialect’ and ‘(elisp)Converting to Lexical Binding’
for more information.
```
---
diff --git a/autoconf-init.el b/autoconf-init.el
index 1c5725d..747e0d1 100644
--- a/autoconf-init.el
+++ b/autoconf-init.el
@@ -1,3 +1,5 @@
+;;; autoconf-init.el --- Autoload autotest-mode -*- lexical-binding: t; -*-
+
;; Activate autoconf-mode
;; Uncomment the following code if you feel that autoconf-mode.el does better
reply other threads:[~2026-06-10 8:37 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=178108067531.1.18119150914904435435.rpms-autoconf-9c2c7e5c65f4@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