branch: elpa/flx commit db1a328e41937f9666ab329292672465c64fa6cb Author: PythonNut <python...@users.noreply.github.com> Commit: PythonNut <python...@users.noreply.github.com>
Revert "enable lexical-binding" This reverts commit f5fda2897ff0f51d97020bbda3a3f5d6aa36dcb5. --- flx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flx.el b/flx.el index 0e476ec615..7b6f8a70e3 100644 --- a/flx.el +++ b/flx.el @@ -1,4 +1,4 @@ -;;; flx.el --- fuzzy matching with good sorting -*- lexical-binding: t -*- +;;; flx.el --- fuzzy matching with good sorting ;; Copyright © 2013 Le Wang