summaryrefslogtreecommitdiff
path: root/test/lisp/vc/diff-mode-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/diff-mode-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/diff-mode-tests.el')
-rw-r--r--test/lisp/vc/diff-mode-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el
index 26e9f26fe24..e497ed204df 100644
--- a/test/lisp/vc/diff-mode-tests.el
+++ b/test/lisp/vc/diff-mode-tests.el
@@ -1,3 +1,5 @@
+;;; diff-mode-tests.el --- Tests for diff-mode.el -*- lexical-binding:t -*-
+
;; Copyright (C) 2017-2020 Free Software Foundation, Inc.
;; Author: Dima Kogan <dima@secretsauce.net>