From 77b5840d4ab37c1485745def5ec0c9b9f6cb137f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 26 May 2022 12:16:04 -0400 Subject: [PATCH] * test/lisp/files-resources/compile-utf8.el: Use lexical-binding --- test/lisp/files-resources/compile-utf8.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/files-resources/compile-utf8.el b/test/lisp/files-resources/compile-utf8.el index ea67626365d..1f804dcf8dc 100644 --- a/test/lisp/files-resources/compile-utf8.el +++ b/test/lisp/files-resources/compile-utf8.el @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t; -*- (defun zot () "Yes." nil) -- 2.39.2