summaryrefslogtreecommitdiff
path: root/lisp/find-lisp.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2017-07-30 01:00:51 +0900
committerTino Calancha <tino.calancha@gmail.com>2017-07-30 01:00:51 +0900
commit2c930d15f541761422a268cd2b5a7f5c11c9a00e (patch)
treeffb3103e844c0f2a54c01f3202ef81cf335fc037 /lisp/find-lisp.el
parentfb09370b37b30a2c5a391b87bddcd2aad918d61c (diff)
downloademacs-2c930d15f541761422a268cd2b5a7f5c11c9a00e.tar.gz
* lisp/find-lisp.el: Enable lexical binding
Diffstat (limited to 'lisp/find-lisp.el')
-rw-r--r--lisp/find-lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-lisp.el b/lisp/find-lisp.el
index e9f844487bc..a795211f4fe 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