From 2c930d15f541761422a268cd2b5a7f5c11c9a00e Mon Sep 17 00:00:00 2001 From: Tino Calancha Date: Sun, 30 Jul 2017 01:00:51 +0900 Subject: [PATCH] * 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 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 -- 2.39.5