]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in some of emulation/edt*.el
authorStefan Kangas <stefan@marxist.se>
Tue, 3 Nov 2020 02:55:50 +0000 (03:55 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 3 Nov 2020 02:55:50 +0000 (03:55 +0100)
* lisp/emulation/edt-vt100.el:
* lisp/emulation/edt-pc.el:
* lisp/emulation/edt-lk201.el: Use lexical-binding.

lisp/emulation/edt-lk201.el
lisp/emulation/edt-pc.el
lisp/emulation/edt-vt100.el

index c922e00f8f63c9af4a7231d4b58e6530976cf5de..f7b2c0c93ea631ef56b95220a1dc457562d93971 100644 (file)
@@ -1,4 +1,4 @@
-;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards
+;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2020 Free Software
 ;; Foundation, Inc.
index aa31d5bc32afc925096a50a0cdb8e571e6e8179f..53fc9886b776a19d272cf034c73002d72acab772 100644 (file)
@@ -1,4 +1,4 @@
-;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards
+;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1986, 1994-1995, 2001-2020 Free Software Foundation,
 ;; Inc.
index 199212d2227db1f2c62ea7ac59312588b2e3f5d2..420d29b6aab1efbe62b846bd1278fef5c16b4f96 100644 (file)
@@ -1,4 +1,4 @@
-;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals
+;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2020 Free Software
 ;; Foundation, Inc.