]> git.eshelyaron.com Git - emacs.git/commitdiff
(terminal-map): Define switch-frame.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 05:16:09 +0000 (05:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Sep 1994 05:16:09 +0000 (05:16 +0000)
lisp/terminal.el

index 33996e4bdeeaa27a7a3cc808f47390480ac6c7d1..7a9235f36ee3358f97ebdba6aeb3c0ff2f491d4b 100644 (file)
@@ -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)))