emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 77b5840d4a 2/2: * test/lisp/files-resources/compile-utf8.el: Use


From: Stefan Monnier
Subject: master 77b5840d4a 2/2: * test/lisp/files-resources/compile-utf8.el: Use lexical-binding
Date: Thu, 26 May 2022 12:16:31 -0400 (EDT)

branch: master
commit 77b5840d4ab37c1485745def5ec0c9b9f6cb137f
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * 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 ea67626365..1f804dcf8d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]