diff options
| author | Richard M. Stallman | 1994-09-17 05:16:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-17 05:16:09 +0000 |
| commit | c2ae679cbc26141b890dc218f1d4da7ad703a3a2 (patch) | |
| tree | 97bbc41dc9e2e3d392f6e7abd601f4c5540349ba | |
| parent | 7a6dde277c62d228bc45275706e70083ec594323 (diff) | |
| download | emacs-c2ae679cbc26141b890dc218f1d4da7ad703a3a2.tar.gz emacs-c2ae679cbc26141b890dc218f1d4da7ad703a3a2.zip | |
(terminal-map): Define switch-frame.
| -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.") | |||
| 77 | nil | 77 | nil |
| 78 | (let ((map (make-sparse-keymap))) | 78 | (let ((map (make-sparse-keymap))) |
| 79 | (define-key map [t] 'te-pass-through) | 79 | (define-key map [t] 'te-pass-through) |
| 80 | (define-key map [switch-frame] 'handle-switch-frame) | ||
| 80 | (define-key map "\e" terminal-meta-map) | 81 | (define-key map "\e" terminal-meta-map) |
| 81 | ;(define-key map "\C-l" | 82 | ;(define-key map "\C-l" |
| 82 | ; '(lambda () (interactive) (te-pass-through) (redraw-display))) | 83 | ; '(lambda () (interactive) (te-pass-through) (redraw-display))) |