aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorPhilipp Stephani2019-04-28 16:49:13 +0200
committerPhilipp Stephani2019-04-28 17:15:44 +0200
commitcf11fac1eba8076434de345603c380c3e6894fb0 (patch)
tree959079eb773c33a902d0348e0d39d8c4ae51efdf /test/src
parent6b6a6f06b4df9d76ad50294d0b6e88978ffb27d0 (diff)
downloademacs-cf11fac1eba8076434de345603c380c3e6894fb0.tar.gz
emacs-cf11fac1eba8076434de345603c380c3e6894fb0.zip
* test/src/emacs-module-tests.el: Switch to lexical binding.
Diffstat (limited to 'test/src')
-rw-r--r--test/src/emacs-module-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el
index 173b63670fc..40afd76259c 100644
--- a/test/src/emacs-module-tests.el
+++ b/test/src/emacs-module-tests.el
@@ -1,4 +1,4 @@
1;;; Test GNU Emacs modules. 1;;; Test GNU Emacs modules. -*- lexical-binding: t; -*-
2 2
3;; Copyright 2015-2019 Free Software Foundation, Inc. 3;; Copyright 2015-2019 Free Software Foundation, Inc.
4 4