projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262d0c6
)
; * test/manual/indent/elisp.el: Use lexical-binding.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 10 Sep 2020 18:31:42 +0000
(20:31 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 10 Sep 2020 18:31:42 +0000
(20:31 +0200)
test/manual/indent/elisp.el
patch
|
blob
|
history
diff --git
a/test/manual/indent/elisp.el
b/test/manual/indent/elisp.el
index f3874b5c3e08793117eb55984a790b60b967ca74..7d634ae84c97c38a06672f0252ed6bfe6a7ca45f 100644
(file)
--- a/
test/manual/indent/elisp.el
+++ b/
test/manual/indent/elisp.el
@@
-1,3
+1,4
@@
+;; -*- lexical-binding:t -*-
(defun x ()
(print (quote ( thingy great
stuff)))