diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | misc/eselect-mode.el | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |