From 442a945df7c408bffbd6ab13145880cbb090ad9c Mon Sep 17 00:00:00 2001 From: Stefan Kangas <stefankangas@gmail.com> Date: Tue, 18 Aug 2020 21:03:40 +0200 Subject: [PATCH] * lisp/vt-control.el: Use lexical-binding. --- lisp/vt-control.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vt-control.el b/lisp/vt-control.el index fc3a514f921..d4c14197bdc 100644 --- a/lisp/vt-control.el +++ b/lisp/vt-control.el @@ -1,4 +1,4 @@ -;;; vt-control.el --- Common VTxxx control functions +;;; vt-control.el --- Common VTxxx control functions -*- lexical-binding:t -*- ;; Copyright (C) 1993-1994, 2001-2020 Free Software Foundation, Inc. -- 2.39.5