diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-24 14:17:35 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-24 14:18:47 +0200 |
commit | f378d65e5ea26662bf90a171ea292f20510939eb (patch) | |
tree | b0dec1768d5d934f262584d739751d3c96b46c76 /lisp/term/tvi970.el | |
parent | 9f1dd2a7d51e20c76b7916db76a2e90c86356b3d (diff) | |
download | emacs-f378d65e5ea26662bf90a171ea292f20510939eb.tar.gz emacs-f378d65e5ea26662bf90a171ea292f20510939eb.tar.bz2 emacs-f378d65e5ea26662bf90a171ea292f20510939eb.zip |
Use lexical-binding in most term libraries
* lisp/term/AT386.el:
* lisp/term/internal.el:
* lisp/term/iris-ansi.el:
* lisp/term/lk201.el:
* lisp/term/news.el:
* lisp/term/rxvt.el:
* lisp/term/sun.el:
* lisp/term/tvi970.el:
* lisp/term/wyse50.el: Use lexical-binding.
Diffstat (limited to 'lisp/term/tvi970.el')
-rw-r--r-- | lisp/term/tvi970.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el index c0e6a12b735..fc8ad80ae5c 100644 --- a/lisp/term/tvi970.el +++ b/lisp/term/tvi970.el @@ -1,4 +1,4 @@ -;;; tvi970.el --- terminal support for the Televideo 970 +;;; tvi970.el --- terminal support for the Televideo 970 -*- lexical-binding: t -*- ;; Copyright (C) 1992, 2001-2020 Free Software Foundation, Inc. |