1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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.
This commit is contained in:
Stefan Kangas 2020-05-02 22:50:14 +02:00
parent 11fd01c994
commit 4be16866b9
6 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
;; The Linux console handles Latin-1 by default.
;; The Linux console handles Latin-1 by default. -*- lexical-binding:t -*-
(declare-function gpm-mouse-enable "t-mouse" ())