diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-05-02 22:50:14 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-05-02 22:50:14 +0200 |
commit | 4be16866b959dd173e4016b8a16590093686e1f1 (patch) | |
tree | 6e144258afd69ecec5caac037ef0bc9834b719bf /lisp/term/vt100.el | |
parent | 11fd01c9941cc9fcf760750a7e287edae02779c9 (diff) | |
download | emacs-4be16866b959dd173e4016b8a16590093686e1f1.tar.gz emacs-4be16866b959dd173e4016b8a16590093686e1f1.tar.bz2 emacs-4be16866b959dd173e4016b8a16590093686e1f1.zip |
Use lexical-binding for some term libraries
This takes care of the most trivial cases, but there are more that
could be easily converted.
* lisp/term/bobcat.el:
* lisp/term/cygwin.el:
* lisp/term/konsole.el:
* lisp/term/linux.el:
* lisp/term/vt100.el:
* lisp/term/vt200.el: Use lexical-binding.
Diffstat (limited to 'lisp/term/vt100.el')
-rw-r--r-- | lisp/term/vt100.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el index 7ddbe38a287..2df14145231 100644 --- a/lisp/term/vt100.el +++ b/lisp/term/vt100.el @@ -1,4 +1,4 @@ -;;; vt100.el --- define VT100 function key sequences in function-key-map +;;; vt100.el --- define VT100 function key sequences in function-key-map -*- lexical-binding:t -*- ;; Copyright (C) 1989, 1993, 2001-2020 Free Software Foundation, Inc. |