summaryrefslogtreecommitdiff
path: root/test/lisp/vc/vc-hg-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-04-28 10:36:34 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-04-28 10:36:34 +0200
commit725256d0030aa72617dc8963e7582e53f9e02674 (patch)
treee8e3effd5574958919bae00eeffd6236570a6d53 /test/lisp/vc/vc-hg-tests.el
parente49d3a45cd4a0554aa98c45f0976ed513c500951 (diff)
downloademacs-725256d0030aa72617dc8963e7582e53f9e02674.tar.gz
emacs-725256d0030aa72617dc8963e7582e53f9e02674.tar.bz2
emacs-725256d0030aa72617dc8963e7582e53f9e02674.zip
Use lexical-binding in most vc tests
* test/lisp/vc/add-log-tests.el: * test/lisp/vc/diff-mode-tests.el: * test/lisp/vc/ediff-ptch-tests.el: * test/lisp/vc/smerge-mode-tests.el: * test/lisp/vc/vc-hg-tests.el: * test/lisp/vc/vc-tests.el: Use lexical-binding. * test/lisp/vc/add-log-tests.el (add-log-current-defun-deftest): Silence byte-compiler.
Diffstat (limited to 'test/lisp/vc/vc-hg-tests.el')
-rw-r--r--test/lisp/vc/vc-hg-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-hg-tests.el b/test/lisp/vc/vc-hg-tests.el
index 01d197574fc..e4a20bbf2da 100644
--- a/test/lisp/vc/vc-hg-tests.el
+++ b/test/lisp/vc/vc-hg-tests.el
@@ -1,4 +1,4 @@
-;;; vc-hg-tests.el --- tests for vc/vc-hg.el
+;;; vc-hg-tests.el --- tests for vc/vc-hg.el -*- lexical-binding:t -*-
;; Copyright (C) 2016-2020 Free Software Foundation, Inc.