public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/autoconf] rawhide: Enable lexical binding in `autoconf-init.el`
@ 2026-06-10  8:37 Peter Oliver
  0 siblings, 0 replies; only message in thread
From: Peter Oliver @ 2026-06-10  8:37 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-10  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10  8:37 [rpms/autoconf] rawhide: Enable lexical binding in `autoconf-init.el` Peter Oliver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox