]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in some test files
authorStefan Kangas <stefan@marxist.se>
Wed, 10 Feb 2021 02:06:27 +0000 (03:06 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 10 Feb 2021 05:28:20 +0000 (06:28 +0100)
* 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.

test/manual/cedet/ede-tests.el
test/manual/cedet/srecode-tests.el
test/manual/cedet/tests/test.el
test/manual/etags/ETAGS.good_1
test/manual/etags/el-src/TAGTEST.EL

index eb3132398a6b11518ddf1c2048ac877a2bddcd48..2af50860c60b39fb7cc81cdcdfeb2aab86e714d0 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede-tests.el --- Some tests for the Emacs Development Environment
+;;; ede-tests.el --- Some tests for the Emacs Development Environment  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
@@ -42,8 +42,7 @@ The search is done with the current EDE root."
                     (ede-toplevel)))))
     (data-debug-new-buffer "*EDE Locate ADEBUG*")
     (ede-locate-file-in-project loc file)
-    (data-debug-insert-object-slots loc "]"))
-  )
+    (data-debug-insert-object-slots loc "]")))
 
 (defun ede-locate-test-global (file)
   "Test EDE Locate on FILE using GNU Global type.
@@ -55,8 +54,7 @@ The search is done with the current EDE root."
                     (ede-toplevel)))))
     (data-debug-new-buffer "*EDE Locate ADEBUG*")
     (ede-locate-file-in-project loc file)
-    (data-debug-insert-object-slots loc "]"))
-  )
+    (data-debug-insert-object-slots loc "]")))
 
 (defun ede-locate-test-idutils (file)
   "Test EDE Locate on FILE using ID Utils type.
@@ -68,8 +66,7 @@ The search is done with the current EDE root."
                     (ede-toplevel)))))
     (data-debug-new-buffer "*EDE Locate ADEBUG*")
     (ede-locate-file-in-project loc file)
-    (data-debug-insert-object-slots loc "]"))
-  )
+    (data-debug-insert-object-slots loc "]")))
 
 (defun ede-locate-test-cscope (file)
   "Test EDE Locate on FILE using CScope type.
@@ -81,7 +78,6 @@ The search is done with the current EDE root."
                     (ede-toplevel)))))
     (data-debug-new-buffer "*EDE Locate ADEBUG*")
     (ede-locate-file-in-project loc file)
-    (data-debug-insert-object-slots loc "]"))
-  )
+    (data-debug-insert-object-slots loc "]")))
 
 ;;; ede-test.el ends here
index 483074078b00eb54d7d458f82a7ebd8223bfb7df..18ca07343d6739a26f5e1bb1eb3b64af33cfa6f8 100644 (file)
@@ -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.
 
index 3bc945d89f81a85dc312092c9e88c2ba51174567..a54c253be684c471fa2ea108bc77d31dd0ca604c 100644 (file)
@@ -1,4 +1,4 @@
-;;; test.el --- Unit test file for Semantic Emacs Lisp support.
+;;; test.el --- Unit test file for Semantic Emacs Lisp support.  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2005-2021 Free Software Foundation, Inc.
 
index 3de15514e79239316a81423de481611da86899f6..e6b060f33525a37b7747c77f68b1020e7cf453f1 100644 (file)
@@ -2143,11 +2143,11 @@ main(\7f37,571
        class D \7f41,622
                D(\7f43,659
 \f
-el-src/TAGTEST.EL,179
-(foo::defmumble bletch \7f1,0
-(defun foo==bar \7ffoo==bar\ 12,33
-(defalias 'pending-delete-mode \7fpending-delete-mode\ 16,149
-(defalias (quote explicitly-quoted-pending-delete-mode)\7f9,222
+el-src/TAGTEST.EL,181
+(foo::defmumble bletch \7f3,33
+(defun foo==bar \7ffoo==bar\ 14,66
+(defalias 'pending-delete-mode \7fpending-delete-mode\ 18,182
+(defalias (quote explicitly-quoted-pending-delete-mode)\7f11,255
 \f
 el-src/emacs/lisp/progmodes/etags.el,5069
 (defvar tags-file-name \7f34,1035
index 89a679137715af329876cb7d577c7a7ff1db1832..3e6599a4a4538e5386f71c64d06c30df98274c90 100644 (file)
@@ -1,3 +1,5 @@
+;;;  -*- lexical-binding: t -*-
+
 (foo::defmumble bletch beuarghh)
 (defun foo==bar () (message "hi"))  ; Bug#5624
 ;;; Ctags test file for lisp mode.