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/vt200.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/vt200.el')
-rw-r--r-- | lisp/term/vt200.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el index dde2e229068..569b79e25a1 100644 --- a/lisp/term/vt200.el +++ b/lisp/term/vt200.el @@ -1,3 +1,5 @@ +;;; vt200.el -*- lexical-binding:t -*- + ;; For our purposes we can treat the vt200 and vt100 almost alike. ;; Most differences are handled by the termcap entry. (defun terminal-init-vt200 () |