diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-21 13:26:57 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-21 13:26:57 +0200 |
commit | e656600c965ede7754753800ecf76ad574e7220f (patch) | |
tree | bbc7342897b2da665d5ef99fd9d632da02ba1c8f /test/lisp/vc/vc-bzr-tests.el | |
parent | 95a458724dc9402cb35a6ed4a3eb571aada52348 (diff) | |
download | emacs-e656600c965ede7754753800ecf76ad574e7220f.tar.gz emacs-e656600c965ede7754753800ecf76ad574e7220f.tar.bz2 emacs-e656600c965ede7754753800ecf76ad574e7220f.zip |
* test/lisp/vc/vc-bzr-tests.el: Use lexical-binding.
Diffstat (limited to 'test/lisp/vc/vc-bzr-tests.el')
-rw-r--r-- | test/lisp/vc/vc-bzr-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index 408d6e8e23d..d922e98348e 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el @@ -1,4 +1,4 @@ -;;; vc-bzr.el --- tests for vc/vc-bzr.el +;;; vc-bzr.el --- tests for vc/vc-bzr.el -*- lexical-binding: t -*- ;; Copyright (C) 2011-2020 Free Software Foundation, Inc. |