diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/term/AT386.el | 2 | ||||
| -rw-r--r-- | lisp/term/apollo.el | 1 | ||||
| -rw-r--r-- | lisp/term/bobcat.el | 1 | ||||
| -rw-r--r-- | lisp/term/cygwin.el | 2 | ||||
| -rw-r--r-- | lisp/term/iris-ansi.el | 2 | ||||
| -rw-r--r-- | lisp/term/linux.el | 1 | ||||
| -rw-r--r-- | lisp/term/lk201.el | 1 | ||||
| -rw-r--r-- | lisp/term/news.el | 2 | ||||
| -rw-r--r-- | lisp/term/screen.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt102.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt125.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt200.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt201.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt220.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt240.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt300.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt320.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt400.el | 1 | ||||
| -rw-r--r-- | lisp/term/vt420.el | 1 | ||||
| -rw-r--r-- | lisp/term/wyse50.el | 4 |
21 files changed, 15 insertions, 21 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7919a9607c9..e3f91f562bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el: | ||
| 4 | * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el: | ||
| 5 | * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el: | ||
| 6 | * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el: | ||
| 7 | * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el: | ||
| 8 | Remove no-byte-compile setting. | ||
| 9 | |||
| 1 | 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * minibuffer.el (completion-table-with-quoting): Fix compatibility | 12 | * minibuffer.el (completion-table-with-quoting): Fix compatibility |
diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index bbd408e8fbc..12707c12ba2 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; AT386.el --- terminal support package for IBM AT keyboards -*- no-byte-compile: t -*- | 1 | ;;; AT386.el --- terminal support package for IBM AT keyboards |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el index c570a20112b..e4cabac3bf1 100644 --- a/lisp/term/apollo.el +++ b/lisp/term/apollo.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | (defun terminal-init-apollo () | 1 | (defun terminal-init-apollo () |
| 3 | "Terminal initialization function for apollo." | 2 | "Terminal initialization function for apollo." |
| 4 | (tty-run-terminal-initialization (selected-frame) "vt100")) | 3 | (tty-run-terminal-initialization (selected-frame) "vt100")) |
diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el index d9ab1a5fb16..f26dc6b9198 100644 --- a/lisp/term/bobcat.el +++ b/lisp/term/bobcat.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | 1 | ||
| 3 | (defun terminal-init-bobcat () | 2 | (defun terminal-init-bobcat () |
| 4 | "Terminal initialization function for bobcat." | 3 | "Terminal initialization function for bobcat." |
diff --git a/lisp/term/cygwin.el b/lisp/term/cygwin.el index cfce07035cf..d69433a77c2 100644 --- a/lisp/term/cygwin.el +++ b/lisp/term/cygwin.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cygwin.el --- support for the Cygwin terminal -*- no-byte-compile: t -*- | 1 | ;;; cygwin.el --- support for the Cygwin terminal |
| 2 | 2 | ||
| 3 | ;;; The Cygwin terminal can't really display underlines. | 3 | ;;; The Cygwin terminal can't really display underlines. |
| 4 | 4 | ||
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el index 945fe1f5a69..9a9a31f4253 100644 --- a/lisp/term/iris-ansi.el +++ b/lisp/term/iris-ansi.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps -*- no-byte-compile: t -*- | 1 | ;;; iris-ansi.el --- configure Emacs for SGI xwsh and winterm apps |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/term/linux.el b/lisp/term/linux.el index 76115e7d58a..e85c8d2ce0d 100644 --- a/lisp/term/linux.el +++ b/lisp/term/linux.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; The Linux console handles Latin-1 by default. | 1 | ;; The Linux console handles Latin-1 by default. |
| 3 | 2 | ||
| 4 | (defun terminal-init-linux () | 3 | (defun terminal-init-linux () |
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el index e1da0f6f1db..76a3a31cedc 100644 --- a/lisp/term/lk201.el +++ b/lisp/term/lk201.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; Define function key sequences for DEC terminals. | 1 | ;; Define function key sequences for DEC terminals. |
| 3 | 2 | ||
| 4 | (defvar lk201-function-map | 3 | (defvar lk201-function-map |
diff --git a/lisp/term/news.el b/lisp/term/news.el index 19d0ff3f7e6..70a1be8497e 100644 --- a/lisp/term/news.el +++ b/lisp/term/news.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard -*- no-byte-compile: t -*- | 1 | ;;; news.el --- keypad and function key bindings for the Sony NEWS keyboard |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 2001-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/term/screen.el b/lisp/term/screen.el index 4931a422e09..678ed1f0ba0 100644 --- a/lisp/term/screen.el +++ b/lisp/term/screen.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; Treat a screen terminal similar to an xterm. | 1 | ;; Treat a screen terminal similar to an xterm. |
| 3 | (load "term/xterm") | 2 | (load "term/xterm") |
| 4 | 3 | ||
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el index 0f2e3805f58..261b0bb5fd6 100644 --- a/lisp/term/vt102.el +++ b/lisp/term/vt102.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | 1 | ||
| 3 | (defun terminal-init-vt102 () | 2 | (defun terminal-init-vt102 () |
| 4 | "Terminal initialization function for vt102." | 3 | "Terminal initialization function for vt102." |
diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el index 029f762ef3f..2b2098d483d 100644 --- a/lisp/term/vt125.el +++ b/lisp/term/vt125.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | 1 | ||
| 3 | (defun terminal-init-vt125 () | 2 | (defun terminal-init-vt125 () |
| 4 | "Terminal initialization function for vt125." | 3 | "Terminal initialization function for vt125." |
diff --git a/lisp/term/vt200.el b/lisp/term/vt200.el index 09ad64d01f6..550266816e0 100644 --- a/lisp/term/vt200.el +++ b/lisp/term/vt200.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. |
| 3 | ;; Most differences are handled by the termcap entry. | 2 | ;; Most differences are handled by the termcap entry. |
| 4 | (defun terminal-init-vt200 () | 3 | (defun terminal-init-vt200 () |
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index cbeba00b651..a65b4737731 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. |
| 3 | ;; Most differences are handled by the termcap entry. | 2 | ;; Most differences are handled by the termcap entry. |
| 4 | (defun terminal-init-vt201 () | 3 | (defun terminal-init-vt201 () |
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el index 647b79ea357..0dd43353c55 100644 --- a/lisp/term/vt220.el +++ b/lisp/term/vt220.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. |
| 3 | ;; Most differences are handled by the termcap entry. | 2 | ;; Most differences are handled by the termcap entry. |
| 4 | (defun terminal-init-vt220 () | 3 | (defun terminal-init-vt220 () |
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el index 2da4e7ed3c7..b58d4211ce7 100644 --- a/lisp/term/vt240.el +++ b/lisp/term/vt240.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. |
| 3 | ;; Most differences are handled by the termcap entry. | 2 | ;; Most differences are handled by the termcap entry. |
| 4 | (defun terminal-init-vt240 () | 3 | (defun terminal-init-vt240 () |
diff --git a/lisp/term/vt300.el b/lisp/term/vt300.el index 52198d840ae..a2664552a64 100644 --- a/lisp/term/vt300.el +++ b/lisp/term/vt300.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | (defun terminal-init-vt300 () | 1 | (defun terminal-init-vt300 () |
| 3 | "Terminal initialization function for vt300." | 2 | "Terminal initialization function for vt300." |
| 4 | (tty-run-terminal-initialization (selected-frame) "vt100") | 3 | (tty-run-terminal-initialization (selected-frame) "vt100") |
diff --git a/lisp/term/vt320.el b/lisp/term/vt320.el index 9b04a5d6ee4..08ed9a8ffb9 100644 --- a/lisp/term/vt320.el +++ b/lisp/term/vt320.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | (defun terminal-init-vt320 () | 1 | (defun terminal-init-vt320 () |
| 3 | "Terminal initialization function for vt320." | 2 | "Terminal initialization function for vt320." |
| 4 | (tty-run-terminal-initialization (selected-frame) "vt100") | 3 | (tty-run-terminal-initialization (selected-frame) "vt100") |
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el index 4c5870c5ad8..ad4a5fdbb4f 100644 --- a/lisp/term/vt400.el +++ b/lisp/term/vt400.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | (defun terminal-init-vt400 () | 1 | (defun terminal-init-vt400 () |
| 3 | "Terminal initialization function for vt400." | 2 | "Terminal initialization function for vt400." |
| 4 | (tty-run-terminal-initialization (selected-frame) "vt100") | 3 | (tty-run-terminal-initialization (selected-frame) "vt100") |
diff --git a/lisp/term/vt420.el b/lisp/term/vt420.el index 0476b639c23..f6745a3953a 100644 --- a/lisp/term/vt420.el +++ b/lisp/term/vt420.el | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | ;; -*- no-byte-compile: t -*- | ||
| 2 | (defun terminal-init-vt420 () | 1 | (defun terminal-init-vt420 () |
| 3 | "Terminal initialization function for vt420." | 2 | "Terminal initialization function for vt420." |
| 4 | (tty-run-terminal-initialization (selected-frame) "vt100") | 3 | (tty-run-terminal-initialization (selected-frame) "vt100") |
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index f08ababe0df..d037962af19 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; wyse50.el --- terminal support code for Wyse 50 -*- no-byte-compile: t -*- | 1 | ;;; wyse50.el --- terminal support code for Wyse 50 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993-1994, 2001-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993-1994, 2001-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -141,7 +141,7 @@ C-l Scrn CLR | |||
| 141 | M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar" | 141 | M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar" |
| 142 | (interactive) | 142 | (interactive) |
| 143 | ;; Not needed any more now that we use input-decode-map. | 143 | ;; Not needed any more now that we use input-decode-map. |
| 144 | ;; (dolist (key-definition | 144 | ;; (dolist (key-definition |
| 145 | ;; ;; By unsetting C-a and then binding it to a prefix, we | 145 | ;; ;; By unsetting C-a and then binding it to a prefix, we |
| 146 | ;; ;; allow the rest of the function keys which start with C-a | 146 | ;; ;; allow the rest of the function keys which start with C-a |
| 147 | ;; ;; to be recognized. | 147 | ;; ;; to be recognized. |