]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding for international tests
authorStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 18:38:47 +0000 (20:38 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 24 Apr 2020 18:38:47 +0000 (20:38 +0200)
* test/lisp/international/mule-util-tests.el:
* test/lisp/international/ccl-tests.el: Use lexical-binding.

test/lisp/international/ccl-tests.el
test/lisp/international/mule-util-tests.el

index 3581cd784f0962b13718a5d69b3201e2790e9505..283b2e1b32bc8e802f0a3505612350abc191bf90 100644 (file)
@@ -1,3 +1,5 @@
+;;; ccl-tests.el --- unit tests for ccl.el  -*- lexical-binding:t -*-
+
 ;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
index c571782d6351da2b6e80dcfd7742f290e16336d4..18e63a80775ace04a80bdaa57261eafa63aa5f52 100644 (file)
@@ -1,4 +1,4 @@
-;;; mule-util --- tests for international/mule-util.el
+;;; mule-util --- tests for international/mule-util.el  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2002-2020 Free Software Foundation, Inc.