Mercurial > emacs
changeset 3387:39cec9ca3046
(te-pass-through): Delete debugging code left by mistake.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Jun 1993 05:36:19 +0000 |
parents | bc4729d67e6e |
children | afd441c3e936 |
files | lisp/terminal.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/terminal.el Tue Jun 01 05:31:15 1993 +0000 +++ b/lisp/terminal.el Tue Jun 01 05:36:19 1993 +0000 @@ -423,7 +423,6 @@ the terminal escape character (normally C-^) lets you type a terminal emulator command." (interactive) - (setq list (cons last-input-char list)) (cond ((eq last-input-char terminal-escape-char) (call-interactively 'te-escape)) (t @@ -435,7 +434,6 @@ (if (and (integerp last-input-char) (not (zerop (logand last-input-char (lsh 1 23))))) (setq last-input-char (+ 128 (logand last-input-char 127)))) - (setq list (cons (list 'really last-input-char) list)) ;; Now ignore all but actual characters. ;; (It ought to be possible to send through function ;; keys as character sequences if we add a description