aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-15 10:52:46 +0000
committerRichard M. Stallman1993-11-15 10:52:46 +0000
commitf3783befbb4c1d2f2e67b3db18fde6dfc2727bc2 (patch)
tree78483eb9e4dc61b654d8ce78a262a55770fb8cf6 /lisp/term
parentad8f07cdb6267f4317e32722fdad6088af0a81ca (diff)
downloademacs-f3783befbb4c1d2f2e67b3db18fde6dfc2727bc2.tar.gz
emacs-f3783befbb4c1d2f2e67b3db18fde6dfc2727bc2.zip
(sun-raw-prefix): Make this just a variable, not a function name.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/sun.el4
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])