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.
This commit is contained in:
parent
99cf43f93b
commit
290af74003
21 changed files with 15 additions and 21 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
(defun terminal-init-apollo ()
|
||||
"Terminal initialization function for apollo."
|
||||
(tty-run-terminal-initialization (selected-frame) "vt100"))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
|
||||
(defun terminal-init-bobcat ()
|
||||
"Terminal initialization function for bobcat."
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
;; The Linux console handles Latin-1 by default.
|
||||
|
||||
(defun terminal-init-linux ()
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
;; Define function key sequences for DEC terminals.
|
||||
|
||||
(defvar lk201-function-map
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
;; Treat a screen terminal similar to an xterm.
|
||||
(load "term/xterm")
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
|
||||
(defun terminal-init-vt102 ()
|
||||
"Terminal initialization function for vt102."
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
|
||||
(defun terminal-init-vt125 ()
|
||||
"Terminal initialization function for vt125."
|
||||
|
|
|
@ -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 ()
|
||||
|
|
|
@ -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 ()
|
||||
|
|
|
@ -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 ()
|
||||
|
|
|
@ -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 ()
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
(defun terminal-init-vt300 ()
|
||||
"Terminal initialization function for vt300."
|
||||
(tty-run-terminal-initialization (selected-frame) "vt100")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
(defun terminal-init-vt320 ()
|
||||
"Terminal initialization function for vt320."
|
||||
(tty-run-terminal-initialization (selected-frame) "vt100")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
(defun terminal-init-vt400 ()
|
||||
"Terminal initialization function for vt400."
|
||||
(tty-run-terminal-initialization (selected-frame) "vt100")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
;; -*- no-byte-compile: t -*-
|
||||
(defun terminal-init-vt420 ()
|
||||
"Terminal initialization function for vt420."
|
||||
(tty-run-terminal-initialization (selected-frame) "vt100")
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue