summaryrefslogtreecommitdiff
path: root/test/manual/etags/el-src/TAGTEST.EL
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-10 03:06:27 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-10 06:28:20 +0100
commit18ad1388d00e40a031bead1d0b5a0ae429dcc8ad (patch)
tree699f09d650ab42647ee3d4852a34fcf29827b3f2 /test/manual/etags/el-src/TAGTEST.EL
parent45934e51e427712b96ff3b58a940d9327d15468d (diff)
downloademacs-18ad1388d00e40a031bead1d0b5a0ae429dcc8ad.tar.gz
Use lexical-binding in some test files
* test/manual/cedet/ede-tests.el: * test/manual/cedet/srecode-tests.el: * test/manual/cedet/tests/test.el: Use lexical-binding. * test/manual/etags/el-src/TAGTEST.EL: Add lexical-binding cookie. * test/manual/etags/ETAGS.good_1: Update expected result for the above change.
Diffstat (limited to 'test/manual/etags/el-src/TAGTEST.EL')
-rw-r--r--test/manual/etags/el-src/TAGTEST.EL2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/manual/etags/el-src/TAGTEST.EL b/test/manual/etags/el-src/TAGTEST.EL
index 89a67913771..3e6599a4a45 100644
--- a/test/manual/etags/el-src/TAGTEST.EL
+++ b/test/manual/etags/el-src/TAGTEST.EL
@@ -1,3 +1,5 @@
+;;; -*- lexical-binding: t -*-
+
(foo::defmumble bletch beuarghh)
(defun foo==bar () (message "hi")) ; Bug#5624
;;; Ctags test file for lisp mode.