From: Richard M. Stallman Date: Sat, 17 Sep 1994 05:16:09 +0000 (+0000) Subject: (terminal-map): Define switch-frame. X-Git-Tag: emacs-19.34~7002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2ae679cbc26141b890dc218f1d4da7ad703a3a2;p=emacs.git (terminal-map): Define switch-frame. --- diff --git a/lisp/terminal.el b/lisp/terminal.el index 33996e4bdee..7a9235f36ee 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -77,6 +77,7 @@ performance.") nil (let ((map (make-sparse-keymap))) (define-key map [t] 'te-pass-through) + (define-key map [switch-frame] 'handle-switch-frame) (define-key map "\e" terminal-meta-map) ;(define-key map "\C-l" ; '(lambda () (interactive) (te-pass-through) (redraw-display)))