]> git.eshelyaron.com Git - emacs.git/commitdiff
Use lexical-binding in most term libraries
authorStefan Kangas <stefan@marxist.se>
Sat, 24 Oct 2020 12:17:35 +0000 (14:17 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 24 Oct 2020 12:18:47 +0000 (14:18 +0200)
* 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.

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

index 674c33b45c1899222432fcb65911f56bd8d83903..8ce7fbbcafdfd4dc985bd8e305c0e9d5573f4e26 100644 (file)
@@ -1,4 +1,4 @@
-;;; AT386.el --- terminal support package for IBM AT keyboards
+;;; AT386.el --- terminal support package for IBM AT keyboards  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1992, 2001-2020 Free Software Foundation, Inc.
 
index c54481a532791f24235e7c17e997c180dd31d621..9a6f4fac1eee5a9b3b6bec4aa6bdd528b70e7cda 100644 (file)
@@ -1,4 +1,4 @@
-;;; internal.el --- support for PC internal terminal
+;;; internal.el --- support for PC internal terminal  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1993-1994, 1998-1999, 2001-2020 Free Software
 ;; Foundation, Inc.
index 8a99ddf8c0d3c0d4f18941da4026e22de80fbc65..7a92aa7adaa1b8b9b88df5cd08ed4605f2733195 100644 (file)
@@ -1,4 +1,4 @@
-;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps
+;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1997, 2001-2020 Free Software Foundation, Inc.
 
index aab4110b3ae57582aeca73d3166e3ff293f0e85a..3bcaa2ecd1860ac4282765e1d217e50203e84c4f 100644 (file)
@@ -1,4 +1,4 @@
-;; Define function key sequences for DEC terminals.
+;; Define function key sequences for DEC terminals.  -*- lexical-binding: t -*-
 
 (defvar lk201-function-map
   (let ((map (make-sparse-keymap)))
index e01d6f64be3ea526527003e46ce3b55f102d343e..33c7aa6ccaaff1d6dbee9e5e82c32c48b53280ea 100644 (file)
@@ -1,4 +1,4 @@
-;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard
+;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1989, 1993, 2001-2020 Free Software Foundation, Inc.
 
index 31e3d6ede4f3daffdb2b01472261d69da4a7bae8..71ee9086937c312fd932d0d8fc987a82083d43ae 100644 (file)
@@ -1,4 +1,4 @@
-;;; rxvt.el --- define function key sequences and standard colors for rxvt
+;;; rxvt.el --- define function key sequences and standard colors for rxvt  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
index 41915e1b07cf6c5e49e900f030daa6ab74da31d1..7d1cd9f2cfe5e9dd0344ed738d38830f07e22b17 100644 (file)
@@ -1,4 +1,4 @@
-;;; sun.el --- keybinding for standard default sunterm keys
+;;; sun.el --- keybinding for standard default sunterm keys  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1987, 2001-2020 Free Software Foundation, Inc.
 
index c0e6a12b7354207c7faba801fe4f16b67a2bb689..fc8ad80ae5c850de2edf324b8f629592f44cacc1 100644 (file)
@@ -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.
 
index 9e9fc4dd7dec5b5e808a18bd73e19e8c806b8fde..6d72d4a05b63eedd1ecbc99cbb00ea053d776679 100644 (file)
@@ -1,4 +1,4 @@
-;;; wyse50.el --- terminal support code for Wyse 50
+;;; wyse50.el --- terminal support code for Wyse 50  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1989, 1993-1994, 2001-2020 Free Software Foundation,
 ;; Inc.