aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2020-04-24 20:38:47 +0200
committerStefan Kangas2020-04-24 20:38:47 +0200
commit3335dcca1f0e4eb209556ec5da3758977f2df1ac (patch)
tree17ba00ea5d3e2cfcb1878d6b87f2a843c8b4e30b /test
parentfe15dd9deac2da6f08c274900d2da6583ad5a4ad (diff)
downloademacs-3335dcca1f0e4eb209556ec5da3758977f2df1ac.tar.gz
emacs-3335dcca1f0e4eb209556ec5da3758977f2df1ac.zip
Use lexical-binding for international tests
* test/lisp/international/mule-util-tests.el: * test/lisp/international/ccl-tests.el: Use lexical-binding.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/international/ccl-tests.el2
-rw-r--r--test/lisp/international/mule-util-tests.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/test/lisp/international/ccl-tests.el b/test/lisp/international/ccl-tests.el
index 3581cd784f0..283b2e1b32b 100644
--- a/test/lisp/international/ccl-tests.el
+++ b/test/lisp/international/ccl-tests.el
@@ -1,3 +1,5 @@
1;;; ccl-tests.el --- unit tests for ccl.el -*- lexical-binding:t -*-
2
1;; Copyright (C) 2018-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
2 4
3;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
diff --git a/test/lisp/international/mule-util-tests.el b/test/lisp/international/mule-util-tests.el
index c571782d635..18e63a80775 100644
--- a/test/lisp/international/mule-util-tests.el
+++ b/test/lisp/international/mule-util-tests.el
@@ -1,4 +1,4 @@
1;;; mule-util --- tests for international/mule-util.el 1;;; mule-util --- tests for international/mule-util.el -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2002-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2020 Free Software Foundation, Inc.
4 4