summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-04-30 23:59:34 -0700
committerGlenn Morris <rgm@gnu.org>2012-04-30 23:59:34 -0700
commit290af740031366b4d7ba35edf83dc1aff971d551 (patch)
tree766cd9289db1b0d9797bf2c3a3bb3e87fbca26b0
parent99cf43f93ba5f0b0ba1f82f76a7151b81fb4d168 (diff)
Remove no-byte-compile setting from some lisp/term files.
Not that compiling these will bring any noticeable speed benefit, but there's really no reason not to compile them. The extra disk space and build time is negligible, and it might reveal use of obsolete functions, bugs, etc.
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/term/AT386.el2
-rw-r--r--lisp/term/apollo.el1
-rw-r--r--lisp/term/bobcat.el1
-rw-r--r--lisp/term/cygwin.el2
-rw-r--r--lisp/term/iris-ansi.el2
-rw-r--r--lisp/term/linux.el1
-rw-r--r--lisp/term/lk201.el1
-rw-r--r--lisp/term/news.el2
-rw-r--r--lisp/term/screen.el1
-rw-r--r--lisp/term/vt102.el1
-rw-r--r--lisp/term/vt125.el1
-rw-r--r--lisp/term/vt200.el1
-rw-r--r--lisp/term/vt201.el1
-rw-r--r--lisp/term/vt220.el1
-rw-r--r--lisp/term/vt240.el1
-rw-r--r--lisp/term/vt300.el1
-rw-r--r--lisp/term/vt320.el1
-rw-r--r--lisp/term/vt400.el1
-rw-r--r--lisp/term/vt420.el1
-rw-r--r--lisp/term/wyse50.el4
21 files changed, 15 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7919a9607c..e3f91f562b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2012-05-01 Glenn Morris <rgm@gnu.org>
+
+ * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
+ * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
+ * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
+ * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
+ * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
+ Remove no-byte-compile setting.
+
2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
* minibuffer.el (completion-table-with-quoting): Fix compatibility
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el
index bbd408e8fb..12707c12ba 100644
--- a/lisp/term/AT386.el
+++ b/lisp/term/AT386.el
@@ -1,4 +1,4 @@
-;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*-
+;;; AT386.el --- terminal support package for IBM AT keyboards
;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc.
diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el
index c570a20112..e4cabac3bf 100644
--- a/lisp/term/apollo.el
+++ b/lisp/term/apollo.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-apollo ()
"Terminal initialization function for apollo."
(tty-run-terminal-initialization (selected-frame) "vt100"))
diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el
index d9ab1a5fb1..f26dc6b919 100644
--- a/lisp/term/bobcat.el
+++ b/lisp/term/bobcat.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-bobcat ()
"Terminal initialization function for bobcat."
diff --git a/lisp/term/cygwin.el b/lisp/term/cygwin.el
index cfce07035c..d69433a77c 100644
--- a/lisp/term/cygwin.el
+++ b/lisp/term/cygwin.el
@@ -1,4 +1,4 @@
-;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*-
+;;; cygwin.el --- support for the Cygwin terminal
;;; The Cygwin terminal can't really display underlines.
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el
index 945fe1f5a6..9a9a31f425 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 -*- no-byte-compile: t -*-
+;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps
;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc.
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index 76115e7d58..e85c8d2ce0 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; The Linux console handles Latin-1 by default.
(defun terminal-init-linux ()
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el
index e1da0f6f1d..76a3a31ced 100644
--- a/lisp/term/lk201.el
+++ b/lisp/term/lk201.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; Define function key sequences for DEC terminals.
(defvar lk201-function-map
diff --git a/lisp/term/news.el b/lisp/term/news.el
index 19d0ff3f7e..70a1be8497 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 -*- no-byte-compile: t -*-
+;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard
;; Copyright (C) 1989, 1993, 2001-2012 Free Software Foundation, Inc.
diff --git a/lisp/term/screen.el b/lisp/term/screen.el
index 4931a422e0..678ed1f0ba 100644
--- a/lisp/term/screen.el
+++ b/lisp/term/screen.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; Treat a screen terminal similar to an xterm.
(load "term/xterm")
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el
index 0f2e3805f5..261b0bb5fd 100644
--- a/lisp/term/vt102.el
+++ b/lisp/term/vt102.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-vt102 ()
"Terminal initialization function for vt102."
diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el
index 029f762ef3..2b2098d483 100644
--- a/lisp/term/vt125.el
+++ b/lisp/term/vt125.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-vt125 ()
"Terminal initialization function for vt125."
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el
index 09ad64d01f..550266816e 100644
--- a/lisp/term/vt200.el
+++ b/lisp/term/vt200.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(defun terminal-init-vt200 ()
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el
index cbeba00b65..a65b473773 100644
--- a/lisp/term/vt201.el
+++ b/lisp/term/vt201.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(defun terminal-init-vt201 ()
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el
index 647b79ea35..0dd43353c5 100644
--- a/lisp/term/vt220.el
+++ b/lisp/term/vt220.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(defun terminal-init-vt220 ()
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el
index 2da4e7ed3c..b58d4211ce 100644
--- a/lisp/term/vt240.el
+++ b/lisp/term/vt240.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(defun terminal-init-vt240 ()
diff --git a/lisp/term/vt300.el b/lisp/term/vt300.el
index 52198d840a..a2664552a6 100644
--- a/lisp/term/vt300.el
+++ b/lisp/term/vt300.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-vt300 ()
"Terminal initialization function for vt300."
(tty-run-terminal-initialization (selected-frame) "vt100")
diff --git a/lisp/term/vt320.el b/lisp/term/vt320.el
index 9b04a5d6ee..08ed9a8ffb 100644
--- a/lisp/term/vt320.el
+++ b/lisp/term/vt320.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-vt320 ()
"Terminal initialization function for vt320."
(tty-run-terminal-initialization (selected-frame) "vt100")
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el
index 4c5870c5ad..ad4a5fdbb4 100644
--- a/lisp/term/vt400.el
+++ b/lisp/term/vt400.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-vt400 ()
"Terminal initialization function for vt400."
(tty-run-terminal-initialization (selected-frame) "vt100")
diff --git a/lisp/term/vt420.el b/lisp/term/vt420.el
index 0476b639c2..f6745a3953 100644
--- a/lisp/term/vt420.el
+++ b/lisp/term/vt420.el
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
(defun terminal-init-vt420 ()
"Terminal initialization function for vt420."
(tty-run-terminal-initialization (selected-frame) "vt100")
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el
index f08ababe0d..d037962af1 100644
--- a/lisp/term/wyse50.el
+++ b/lisp/term/wyse50.el
@@ -1,4 +1,4 @@
-;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*-
+;;; wyse50.el --- terminal support code for Wyse 50
;; Copyright (C) 1989, 1993-1994, 2001-2012 Free Software Foundation, Inc.
@@ -141,7 +141,7 @@ C-l Scrn CLR
M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar"
(interactive)
;; Not needed any more now that we use input-decode-map.
- ;; (dolist (key-definition
+ ;; (dolist (key-definition
;; ;; By unsetting C-a and then binding it to a prefix, we
;; ;; allow the rest of the function keys which start with C-a
;; ;; to be recognized.