[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 2c930d1 2/2: * lisp/find-lisp.el: Enable lexical bi
From: |
Tino Calancha |
Subject: |
[Emacs-diffs] master 2c930d1 2/2: * lisp/find-lisp.el: Enable lexical binding |
Date: |
Sat, 29 Jul 2017 12:01:56 -0400 (EDT) |
branch: master
commit 2c930d15f541761422a268cd2b5a7f5c11c9a00e
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>
* lisp/find-lisp.el: Enable lexical binding
---
lisp/find-lisp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el
index e9f8444..a795211 100644
--- a/lisp/find-lisp.el
+++ b/lisp/find-lisp.el
@@ -1,4 +1,4 @@
-;;; find-lisp.el --- emulation of find in Emacs Lisp
+;;; find-lisp.el --- emulation of find in Emacs Lisp -*- lexical-binding: t
-*-
;; Author: Peter Breton
;; Created: Fri Mar 26 1999