diff options
| author | Stefan Kangas | 2020-11-03 03:55:50 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-11-03 03:55:50 +0100 |
| commit | 74dd264d08ee6f02ee468400bc845953f7ea30f2 (patch) | |
| tree | d16dfbb57a8aa35ea504d2f094d56afd809453e7 | |
| parent | 0462ba3032633f3de08eb24e1dab89859bb726c7 (diff) | |
| download | emacs-74dd264d08ee6f02ee468400bc845953f7ea30f2.tar.gz emacs-74dd264d08ee6f02ee468400bc845953f7ea30f2.zip | |
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.
| -rw-r--r-- | lisp/emulation/edt-lk201.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/edt-pc.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/edt-vt100.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el index c922e00f8f6..f7b2c0c93ea 100644 --- a/lisp/emulation/edt-lk201.el +++ b/lisp/emulation/edt-lk201.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards | 1 | ;;; edt-lk201.el --- enhanced EDT keypad mode emulation for LK-201 keyboards -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2020 Free Software | 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2001-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index aa31d5bc32a..53fc9886b77 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards | 1 | ;;; edt-pc.el --- enhanced EDT keypad mode emulation for PC 101 keyboards -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1994-1995, 2001-2020 Free Software Foundation, | 3 | ;; Copyright (C) 1986, 1994-1995, 2001-2020 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el index 199212d2227..420d29b6aab 100644 --- a/lisp/emulation/edt-vt100.el +++ b/lisp/emulation/edt-vt100.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals | 1 | ;;; edt-vt100.el --- enhanced EDT keypad mode emulation for VT series terminals -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2020 Free Software | 3 | ;; Copyright (C) 1986, 1992-1993, 1995, 2002-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |