Use lexical-binding for international tests

* test/lisp/international/mule-util-tests.el:
* test/lisp/international/ccl-tests.el: Use lexical-binding.
This commit is contained in:
Stefan Kangas 2020-04-24 20:38:47 +02:00
parent fe15dd9dea
commit 3335dcca1f
2 changed files with 3 additions and 1 deletions

View 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.

View 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.