mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 16:10:46 -08:00
(sun-raw-prefix): Make this just a variable, not a function name.
This commit is contained in:
parent
ad8f07cdb6
commit
f3783befbb
1 changed files with 2 additions and 2 deletions
|
|
@ -98,8 +98,8 @@
|
|||
(defvar sun-esc-bracket nil
|
||||
"*If non-nil, rebind ESC [ as prefix for Sun function keys.")
|
||||
|
||||
(define-prefix-command 'sun-raw-prefix)
|
||||
(define-key function-key-map "\e[" 'sun-raw-prefix)
|
||||
(defvar sun-raw-prefix (make-sparse-keymap))
|
||||
(define-key function-key-map "\e[" sun-raw-prefix)
|
||||
|
||||
(define-key sun-raw-prefix "210z" [r3])
|
||||
(define-key sun-raw-prefix "213z" [r6])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue