]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/manual/indent/elisp.el: Use lexical-binding.
authorStefan Kangas <stefan@marxist.se>
Thu, 10 Sep 2020 18:31:42 +0000 (20:31 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 10 Sep 2020 18:31:42 +0000 (20:31 +0200)
test/manual/indent/elisp.el

index f3874b5c3e08793117eb55984a790b60b967ca74..7d634ae84c97c38a06672f0252ed6bfe6a7ca45f 100644 (file)
@@ -1,3 +1,4 @@
+;; -*- lexical-binding:t -*-
 (defun x ()
   (print (quote ( thingy great
                  stuff)))