1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

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.
This commit is contained in:
Stefan Kangas 2020-10-24 14:17:35 +02:00
parent 9f1dd2a7d5
commit f378d65e5e
9 changed files with 9 additions and 9 deletions

View 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.

View 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.

View 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.

View 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)))

View 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.

View 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.

View 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.

View 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.

View 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.