summaryrefslogtreecommitdiff
path: root/test/manual/cedet/srecode-tests.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/cedet/srecode-tests.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/cedet/srecode-tests.el')
-rw-r--r--test/manual/cedet/srecode-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/cedet/srecode-tests.el b/test/manual/cedet/srecode-tests.el
index 483074078b0..18ca07343d6 100644
--- a/test/manual/cedet/srecode-tests.el
+++ b/test/manual/cedet/srecode-tests.el
@@ -1,4 +1,4 @@
-;;; srecode-tests.el --- Some tests for CEDET's srecode
+;;; srecode-tests.el --- Some tests for CEDET's srecode -*- lexical-binding: t -*-
;; Copyright (C) 2008-2021 Free Software Foundation, Inc.