Use lexical-binding in some of emulation/edt*.el
* lisp/emulation/edt-vt100.el: * lisp/emulation/edt-pc.el: * lisp/emulation/edt-lk201.el: Use lexical-binding.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user