From f3783befbb4c1d2f2e67b3db18fde6dfc2727bc2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 15 Nov 1993 10:52:46 +0000 Subject: [PATCH] (sun-raw-prefix): Make this just a variable, not a function name. --- lisp/term/sun.el | 4 ++-- 1 file 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])