diff options
| -rw-r--r-- | lisp/term/sun.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/sun.el b/lisp/term/sun.el index 52373c4ccd3..c5ee5c94509 100644 --- a/lisp/term/sun.el +++ b/lisp/term/sun.el | |||
| @@ -98,8 +98,8 @@ | |||
| 98 | (defvar sun-esc-bracket nil | 98 | (defvar sun-esc-bracket nil |
| 99 | "*If non-nil, rebind ESC [ as prefix for Sun function keys.") | 99 | "*If non-nil, rebind ESC [ as prefix for Sun function keys.") |
| 100 | 100 | ||
| 101 | (define-prefix-command 'sun-raw-prefix) | 101 | (defvar sun-raw-prefix (make-sparse-keymap)) |
| 102 | (define-key function-key-map "\e[" 'sun-raw-prefix) | 102 | (define-key function-key-map "\e[" sun-raw-prefix) |
| 103 | 103 | ||
| 104 | (define-key sun-raw-prefix "210z" [r3]) | 104 | (define-key sun-raw-prefix "210z" [r3]) |
| 105 | (define-key sun-raw-prefix "213z" [r6]) | 105 | (define-key sun-raw-prefix "213z" [r6]) |