summaryrefslogtreecommitdiff
path: root/lisp/term/sun.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-15 10:52:46 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-15 10:52:46 +0000
commitf3783befbb4c1d2f2e67b3db18fde6dfc2727bc2 (patch)
tree78483eb9e4dc61b654d8ce78a262a55770fb8cf6 /lisp/term/sun.el
parentad8f07cdb6267f4317e32722fdad6088af0a81ca (diff)
downloademacs-f3783befbb4c1d2f2e67b3db18fde6dfc2727bc2.tar.gz
(sun-raw-prefix): Make this just a variable, not a function name.
Diffstat (limited to 'lisp/term/sun.el')
-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 @@
(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])