]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove no-byte-compile setting from some lisp/term files.
authorGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 06:59:34 +0000 (23:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 May 2012 06:59:34 +0000 (23:59 -0700)
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.

21 files changed:
lisp/ChangeLog
lisp/term/AT386.el
lisp/term/apollo.el
lisp/term/bobcat.el
lisp/term/cygwin.el
lisp/term/iris-ansi.el
lisp/term/linux.el
lisp/term/lk201.el
lisp/term/news.el
lisp/term/screen.el
lisp/term/vt102.el
lisp/term/vt125.el
lisp/term/vt200.el
lisp/term/vt201.el
lisp/term/vt220.el
lisp/term/vt240.el
lisp/term/vt300.el
lisp/term/vt320.el
lisp/term/vt400.el
lisp/term/vt420.el
lisp/term/wyse50.el

index 7919a9607c91bfe779c8982ee71e7f5de4eac539..e3f91f562bc1aefe07811eaa7fd990faa3c359de 100644 (file)
@@ -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
index bbd408e8fbce229212a4f778b02919ab13f5dc0f..12707c12ba27a086f508d0d2755ea5427aaa89c0 100644 (file)
@@ -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.
 
index c570a20112b1bd5b8427141bfc3690553dd8a5e2..e4cabac3bf112298b6104f1402b39830ed61318a 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-apollo ()
   "Terminal initialization function for apollo."
   (tty-run-terminal-initialization (selected-frame) "vt100"))
index d9ab1a5fb166ad9555e2182a7221de208200284f..f26dc6b919875c2ce745e617c5f035ca289d38c2 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-bobcat ()
   "Terminal initialization function for bobcat."
index cfce07035cf2424be4fdc348260f6d8ff0a0e727..d69433a77c2b8c267cf0ca80dcf13fd11e1ee746 100644 (file)
@@ -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.
 
index 945fe1f5a69da5f223dd764cd6574327cef4097b..9a9a31f4253af0c62afcd4451ff44a31ba842eb8 100644 (file)
@@ -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.
 
index 76115e7d58a79a4d15ed768abcfd1acffcc7594d..e85c8d2ce0da8e6793e77cfb1b55d98a91630fbd 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; The Linux console handles Latin-1 by default.
 
 (defun terminal-init-linux ()
index e1da0f6f1db8dcb357a990db0ed8a0aa4db62f0d..76a3a31cedcf4ba78af79f588acc53671cb0ce73 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; Define function key sequences for DEC terminals.
 
 (defvar lk201-function-map
index 19d0ff3f7e6b334bb7a8e587ada9a2cb6036a349..70a1be8497e885cbab2d0b1302bf35808f26deb1 100644 (file)
@@ -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.
 
index 4931a422e0971e5f3aaf9c5d0804402067355c35..678ed1f0ba0cc8f352287b18abba60adcb390252 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; Treat a screen terminal similar to an xterm.
 (load "term/xterm")
 
index 0f2e3805f581a1aaf58171f6446d8717c09b0eaa..261b0bb5fd6626ba4afe3175047a97f9fe42fabc 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-vt102 ()
   "Terminal initialization function for vt102."
index 029f762ef3f3f4ca1e057d8e2fbfa32a81bf1444..2b2098d483d2c1f5db1c8d8118ee37ccf2eb32dd 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-vt125 ()
   "Terminal initialization function for vt125."
index 09ad64d01f628005c0703bded7892e477890eaa2..550266816e04dd70c778706c5258485294624344 100644 (file)
@@ -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 ()
index cbeba00b65147e826ee16fb389e447e35473a6ff..a65b47377315954d9b4ea34bdcf81c1e49f564de 100644 (file)
@@ -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 ()
index 647b79ea3576861ccd9ccfb79819109c6822a113..0dd43353c558ac9b0c551e2749464b6a51417fea 100644 (file)
@@ -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 ()
index 2da4e7ed3c713ecadaac57e0e6815a146b5e5627..b58d4211ce7e7b1fb14d41d9d78b78b23a4b513f 100644 (file)
@@ -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 ()
index 52198d840ae198801aa9170e1e11472f4258b3b9..a2664552a64bad43b9aa29964ca2d839d17b65e7 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt300 ()
   "Terminal initialization function for vt300."
   (tty-run-terminal-initialization (selected-frame) "vt100")
index 9b04a5d6ee4ec4d94caab4cf29c15a7b33d075b0..08ed9a8ffb98ede008b2e295f303fa3b408c3f83 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt320 ()
   "Terminal initialization function for vt320."
   (tty-run-terminal-initialization (selected-frame) "vt100")
index 4c5870c5ad88eb9ddb6f70eba29c40e96ee62296..ad4a5fdbb4f7aec23d5929fd013137f6236bed3d 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt400 ()
   "Terminal initialization function for vt400."
   (tty-run-terminal-initialization (selected-frame) "vt100")
index 0476b639c238577839f748c48bc6103f02baec43..f6745a3953a9768c7df4ed5e32f3dd603d4f4362 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt420 ()
   "Terminal initialization function for vt420."
   (tty-run-terminal-initialization (selected-frame) "vt100")
index f08ababe0dfc9d13e0d11022d7c11cb4a9fa8975..d037962af1948c602ef1c8d36505f4af09dbad5f 100644 (file)
@@ -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.