emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flx ec7565b3e7 1/2: Enable lexical binding


From: ELPA Syncer
Subject: [nongnu] elpa/flx ec7565b3e7 1/2: Enable lexical binding
Date: Mon, 5 Feb 2024 00:59:55 -0500 (EST)

branch: elpa/flx
commit ec7565b3e787d8fbcda53dbd5c75f87bb0d7963f
Author: StrawberryTea <look@strawberrytea.xyz>
Commit: StrawberryTea <look@strawberrytea.xyz>

    Enable lexical binding
---
 flx-ido.el            | 2 +-
 flx.el                | 2 +-
 misc/flx-helm-demo.el | 4 ++--
 misc/flx-ido-demo.el  | 4 ++--
 misc/flx-test-list.el | 4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/flx-ido.el b/flx-ido.el
index 3ccb55a01f..0971cdfe99 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -1,4 +1,4 @@
-;;; flx-ido.el --- flx integration for ido
+;;; flx-ido.el --- flx integration for ido -*- lexical-binding: t; -*-
 
 ;; Copyright © 2013, 2015 Le Wang
 
diff --git a/flx.el b/flx.el
index 37ececcfbe..ca3651152c 100644
--- a/flx.el
+++ b/flx.el
@@ -1,4 +1,4 @@
-;;; flx.el --- fuzzy matching with good sorting
+;;; flx.el --- fuzzy matching with good sorting -*- lexical-binding: t; -*-
 
 ;; Copyright © 2013, 2015 Le Wang
 
diff --git a/misc/flx-helm-demo.el b/misc/flx-helm-demo.el
index fe33ffb4f6..20d3bb689e 100644
--- a/misc/flx-helm-demo.el
+++ b/misc/flx-helm-demo.el
@@ -1,4 +1,4 @@
-;; Copyright © 2013-2022 Le Wang
+;; Copyright © 2013-2022 Le Wang -*- lexical-binding: t; -*-
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -81,4 +81,4 @@ The score info we add here is later removed with another 
filter."
 (defun flx-helm-no-flx ()
   "Test Helm's volatile performance without flx."
   (interactive)
-  (helm :sources '(flx-helm-no-flx)))
\ No newline at end of file
+  (helm :sources '(flx-helm-no-flx)))
diff --git a/misc/flx-ido-demo.el b/misc/flx-ido-demo.el
index 956aab14ba..0cf6b5496c 100644
--- a/misc/flx-ido-demo.el
+++ b/misc/flx-ido-demo.el
@@ -1,4 +1,4 @@
-;; Copyright © 2013-2022 Le Wang
+;; Copyright © 2013-2022 Le Wang -*- lexical-binding: t; -*-
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -37,4 +37,4 @@
     (ido-completing-read (format "ucs (%s total): " names-length)
                          names)))
 
-(provide 'flx-ido-demo)
\ No newline at end of file
+(provide 'flx-ido-demo)
diff --git a/misc/flx-test-list.el b/misc/flx-test-list.el
index 4dd2af7ddb..ef94d8ca23 100644
--- a/misc/flx-test-list.el
+++ b/misc/flx-test-list.el
@@ -1,4 +1,4 @@
-;;; This is just a big list of files for experimenting
+;;; This is just a big list of files for experimenting -*- lexical-binding: t; 
-*-
 
 ;; Copyright © 2013-2022 Le Wang
 
@@ -4033,4 +4033,4 @@
         "vendor/gems/simple_handlebars_rails/simple_handlebars_rails.gemspec")
       "combined listing of redmine and discourse for study")
 
-;; (ido-completing-read ": " foo-list)
\ No newline at end of file
+;; (ido-completing-read ": " foo-list)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]