aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-08-24 23:35:38 +0200
committerUlrich Müller <ulm@gentoo.org>2023-08-25 10:39:59 +0200
commite8d1843145399daeee83fb6793074bf80b06cad3 (patch)
tree9a1d0b80268625dac8cc6daa9a3ba8ae7d109d94
parenteselect-mode: Refer to sh-mode instead of shell-script-mode (diff)
downloadeselect-e8d1843145399daeee83fb6793074bf80b06cad3.tar.gz
eselect-e8d1843145399daeee83fb6793074bf80b06cad3.tar.bz2
eselect-e8d1843145399daeee83fb6793074bf80b06cad3.zip
eselect-mode: Enable lexical binding
* misc/eselect-mode.el: Enable lexical binding. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ChangeLog2
-rw-r--r--misc/eselect-mode.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 670bbcf..f9ee3f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2023-08-24 Ulrich Müller <ulm@gentoo.org>
+ * misc/eselect-mode.el: Enable lexical binding.
+
* misc/eselect-mode.el (eselect-mode): Refer to sh-mode directly,
instead of shell-script-mode which is its alias.
diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el
index 57791f8..e59c90c 100644
--- a/misc/eselect-mode.el
+++ b/misc/eselect-mode.el
@@ -1,4 +1,4 @@
-;;; eselect-mode.el --- edit eselect files
+;;; eselect-mode.el --- edit eselect files -*-lexical-binding:t-*-
;; Copyright 2006-2023 Gentoo Authors