emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f378d65: Use lexical-binding in most term libraries


From: Stefan Kangas
Subject: master f378d65: Use lexical-binding in most term libraries
Date: Sat, 24 Oct 2020 08:20:06 -0400 (EDT)

branch: master
commit f378d65e5ea26662bf90a171ea292f20510939eb
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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.
---
 lisp/term/AT386.el     | 2 +-
 lisp/term/internal.el  | 2 +-
 lisp/term/iris-ansi.el | 2 +-
 lisp/term/lk201.el     | 2 +-
 lisp/term/news.el      | 2 +-
 lisp/term/rxvt.el      | 2 +-
 lisp/term/sun.el       | 2 +-
 lisp/term/tvi970.el    | 2 +-
 lisp/term/wyse50.el    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el
index 674c33b..8ce7fbb 100644
--- a/lisp/term/AT386.el
+++ b/lisp/term/AT386.el
@@ -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.
 
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index c54481a..9a6f4fa 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -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.
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el
index 8a99ddf..7a92aa7 100644
--- a/lisp/term/iris-ansi.el
+++ b/lisp/term/iris-ansi.el
@@ -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.
 
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el
index aab4110..3bcaa2e 100644
--- a/lisp/term/lk201.el
+++ b/lisp/term/lk201.el
@@ -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)))
diff --git a/lisp/term/news.el b/lisp/term/news.el
index e01d6f6..33c7aa6 100644
--- a/lisp/term/news.el
+++ b/lisp/term/news.el
@@ -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.
 
diff --git a/lisp/term/rxvt.el b/lisp/term/rxvt.el
index 31e3d6e..71ee908 100644
--- a/lisp/term/rxvt.el
+++ b/lisp/term/rxvt.el
@@ -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.
 
diff --git a/lisp/term/sun.el b/lisp/term/sun.el
index 41915e1..7d1cd9f 100644
--- a/lisp/term/sun.el
+++ b/lisp/term/sun.el
@@ -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.
 
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el
index c0e6a12..fc8ad80 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.
 
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el
index 9e9fc4d..6d72d4a 100644
--- a/lisp/term/wyse50.el
+++ b/lisp/term/wyse50.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]