From b8b88fad58800bcfad8b23a01d3914441c8e9ee7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 10 Aug 2020 00:16:44 +0200 Subject: [PATCH] * lisp/vt100-led.el: Use lexical-binding. --- lisp/vt100-led.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index 7552fbb99c1..1e81dd241f1 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el @@ -1,4 +1,4 @@ -;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones +;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones -*- lexical-binding:t -*- ;; Copyright (C) 1988, 2001-2020 Free Software Foundation, Inc. -- 2.39.5