summaryrefslogtreecommitdiff
path: root/lisp/term/vt100.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-05-02 22:50:14 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-05-02 22:50:14 +0200
commit4be16866b959dd173e4016b8a16590093686e1f1 (patch)
tree6e144258afd69ecec5caac037ef0bc9834b719bf /lisp/term/vt100.el
parent11fd01c9941cc9fcf760750a7e287edae02779c9 (diff)
downloademacs-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.el2
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.