From: Stefan Kangas Date: Wed, 21 Oct 2020 11:26:57 +0000 (+0200) Subject: * test/lisp/vc/vc-bzr-tests.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~5509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e656600c965ede7754753800ecf76ad574e7220f;p=emacs.git * test/lisp/vc/vc-bzr-tests.el: Use lexical-binding. --- 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.