diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-17 05:16:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-17 05:16:09 +0000 |
commit | 8c6079268ab48b181abe661804caaa579a9087a9 (patch) | |
tree | 28a762cdd64d92dc462c79df0f2a81d7c3e35971 /lisp/terminal.el | |
parent | 9862ae67c63db967d92f66ea754ba61c09324504 (diff) | |
download | emacs-8c6079268ab48b181abe661804caaa579a9087a9.tar.gz |
(terminal-map): Define switch-frame.
Diffstat (limited to 'lisp/terminal.el')
-rw-r--r-- | lisp/terminal.el | 1 |
1 files changed, 1 insertions, 0 deletions
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))) |