emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108075: Remove no-byte-compile se


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108075: Remove no-byte-compile setting from some lisp/term files.
Date: Fri, 02 Nov 2012 01:56:48 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108075
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-30 23:59:34 -0700
message:
  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.
modified:
  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
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-01 00:21:23 +0000
+++ b/lisp/ChangeLog    2012-05-01 06:59:34 +0000
@@ -1,3 +1,12 @@
+2012-05-01  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * minibuffer.el (completion-table-with-quoting): Fix compatibility

=== modified file 'lisp/term/AT386.el'
--- a/lisp/term/AT386.el        2012-01-19 07:21:25 +0000
+++ b/lisp/term/AT386.el        2012-05-01 06:59:34 +0000
@@ -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.
 

=== modified file 'lisp/term/apollo.el'
--- a/lisp/term/apollo.el       2011-01-15 23:16:57 +0000
+++ b/lisp/term/apollo.el       2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-apollo ()
   "Terminal initialization function for apollo."
   (tty-run-terminal-initialization (selected-frame) "vt100"))

=== modified file 'lisp/term/bobcat.el'
--- a/lisp/term/bobcat.el       2011-01-15 23:16:57 +0000
+++ b/lisp/term/bobcat.el       2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-bobcat ()
   "Terminal initialization function for bobcat."

=== modified file 'lisp/term/cygwin.el'
--- a/lisp/term/cygwin.el       2011-01-15 23:16:57 +0000
+++ b/lisp/term/cygwin.el       2012-05-01 06:59:34 +0000
@@ -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.
 

=== modified file 'lisp/term/iris-ansi.el'
--- a/lisp/term/iris-ansi.el    2012-01-19 07:21:25 +0000
+++ b/lisp/term/iris-ansi.el    2012-05-01 06:59:34 +0000
@@ -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.
 

=== modified file 'lisp/term/linux.el'
--- a/lisp/term/linux.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/linux.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; The Linux console handles Latin-1 by default.
 
 (defun terminal-init-linux ()

=== modified file 'lisp/term/lk201.el'
--- a/lisp/term/lk201.el        2011-02-10 16:56:00 +0000
+++ b/lisp/term/lk201.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; Define function key sequences for DEC terminals.
 
 (defvar lk201-function-map

=== modified file 'lisp/term/news.el'
--- a/lisp/term/news.el 2012-01-19 07:21:25 +0000
+++ b/lisp/term/news.el 2012-05-01 06:59:34 +0000
@@ -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.
 

=== modified file 'lisp/term/screen.el'
--- a/lisp/term/screen.el       2011-02-27 21:26:22 +0000
+++ b/lisp/term/screen.el       2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; Treat a screen terminal similar to an xterm.
 (load "term/xterm")
 

=== modified file 'lisp/term/vt102.el'
--- a/lisp/term/vt102.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt102.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-vt102 ()
   "Terminal initialization function for vt102."

=== modified file 'lisp/term/vt125.el'
--- a/lisp/term/vt125.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt125.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 
 (defun terminal-init-vt125 ()
   "Terminal initialization function for vt125."

=== modified file 'lisp/term/vt200.el'
--- a/lisp/term/vt200.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt200.el        2012-05-01 06:59:34 +0000
@@ -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 ()

=== modified file 'lisp/term/vt201.el'
--- a/lisp/term/vt201.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt201.el        2012-05-01 06:59:34 +0000
@@ -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 ()

=== modified file 'lisp/term/vt220.el'
--- a/lisp/term/vt220.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt220.el        2012-05-01 06:59:34 +0000
@@ -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 ()

=== modified file 'lisp/term/vt240.el'
--- a/lisp/term/vt240.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt240.el        2012-05-01 06:59:34 +0000
@@ -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 ()

=== modified file 'lisp/term/vt300.el'
--- a/lisp/term/vt300.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt300.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt300 ()
   "Terminal initialization function for vt300."
   (tty-run-terminal-initialization (selected-frame) "vt100")

=== modified file 'lisp/term/vt320.el'
--- a/lisp/term/vt320.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt320.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt320 ()
   "Terminal initialization function for vt320."
   (tty-run-terminal-initialization (selected-frame) "vt100")

=== modified file 'lisp/term/vt400.el'
--- a/lisp/term/vt400.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt400.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt400 ()
   "Terminal initialization function for vt400."
   (tty-run-terminal-initialization (selected-frame) "vt100")

=== modified file 'lisp/term/vt420.el'
--- a/lisp/term/vt420.el        2011-01-15 23:16:57 +0000
+++ b/lisp/term/vt420.el        2012-05-01 06:59:34 +0000
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 (defun terminal-init-vt420 ()
   "Terminal initialization function for vt420."
   (tty-run-terminal-initialization (selected-frame) "vt100")

=== modified file 'lisp/term/wyse50.el'
--- a/lisp/term/wyse50.el       2012-01-19 07:21:25 +0000
+++ b/lisp/term/wyse50.el       2012-05-01 06:59:34 +0000
@@ -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 @@
 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.


reply via email to

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