diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-05-01 13:02:38 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-05-01 13:05:26 +0200 |
commit | 7fa3e754cb7af37b0c50f253e7dec2acd0275a8a (patch) | |
tree | 406ecb78fcb8b3008d23110475a8c7bad144807e /test/lisp/gnus/gnus-tests.el | |
parent | 0c899eede338e8e1e349ddcdaf88723569d48f8d (diff) | |
download | emacs-7fa3e754cb7af37b0c50f253e7dec2acd0275a8a.tar.gz |
Use lexical-binding in most remaining tests
* test/lisp/comint-tests.el:
* test/lisp/custom-resources/custom--test-theme.el:
* test/lisp/dabbrev-tests.el:
* test/lisp/emulation/viper-tests.el:
* test/lisp/erc/erc-track-tests.el:
* test/lisp/gnus/gnus-tests.el:
* test/lisp/imenu-tests.el:
* test/lisp/info-xref-tests.el:
* test/lisp/jit-lock-tests.el:
* test/lisp/json-tests.el:
* test/lisp/man-tests.el:
* test/lisp/replace-tests.el:
* test/lisp/shadowfile-tests.el:
* test/lisp/subr-tests.el:
* test/lisp/thingatpt-tests.el:
* test/lisp/xml-tests.el: Use lexical-binding.
* test/lisp/man-tests.el (man-tests-filter-strings):
* test/lisp/shadowfile-tests.el (shadow-test00-clusters)
(shadow-test01-sites, shadow-test06-literal-groups)
(shadow-test07-regexp-groups, shadow-test09-shadow-copy-files):
Silence byte-compiler.
Diffstat (limited to 'test/lisp/gnus/gnus-tests.el')
-rw-r--r-- | test/lisp/gnus/gnus-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/gnus/gnus-tests.el b/test/lisp/gnus/gnus-tests.el index d18b3fbed0f..fb1b204f042 100644 --- a/test/lisp/gnus/gnus-tests.el +++ b/test/lisp/gnus/gnus-tests.el @@ -1,4 +1,4 @@ -;;; gnus-tests.el --- Wrapper for the Gnus tests +;;; gnus-tests.el --- Wrapper for the Gnus tests -*- lexical-binding:t -*- ;; Copyright (C) 2011-2020 Free Software Foundation, Inc. |