summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/f90-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-04-28 13:54:00 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-04-28 13:54:00 +0200
commit771a6b68165b986b6bf9249c57ca11d310b0f0e4 (patch)
treee28a8c72064a8b867d9d97461e57dc99ed22219d /test/lisp/progmodes/f90-tests.el
parent725256d0030aa72617dc8963e7582e53f9e02674 (diff)
downloademacs-771a6b68165b986b6bf9249c57ca11d310b0f0e4.tar.gz
Use lexical-binding in most progmodes tests
* test/lisp/progmodes/etags-tests.el: * test/lisp/progmodes/f90-tests.el: * test/lisp/progmodes/ps-mode-tests.el: * test/lisp/progmodes/python-tests.el: * test/lisp/progmodes/ruby-mode-tests.el: * test/lisp/progmodes/subword-tests.el: * test/lisp/progmodes/tcl-tests.el: * test/lisp/progmodes/xref-tests.el: Use lexical-binding. * test/lisp/progmodes/python-tests.el (python-tests-visible-string) (python-tests-look-at-1, python-tests-look-at-2) (python-shell-calculate-process-environment-2): Silence byte-compiler.
Diffstat (limited to 'test/lisp/progmodes/f90-tests.el')
-rw-r--r--test/lisp/progmodes/f90-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/f90-tests.el b/test/lisp/progmodes/f90-tests.el
index b6fbac351dc..5115f8ef67e 100644
--- a/test/lisp/progmodes/f90-tests.el
+++ b/test/lisp/progmodes/f90-tests.el
@@ -1,4 +1,4 @@
-;;; f90-tests.el --- tests for progmodes/f90.el
+;;; f90-tests.el --- tests for progmodes/f90.el -*- lexical-binding:t -*-
;; Copyright (C) 2011-2020 Free Software Foundation, Inc.