From: Richard M. Stallman Date: Mon, 15 Nov 1993 10:52:46 +0000 (+0000) Subject: (sun-raw-prefix): Make this just a variable, not a function name. X-Git-Tag: emacs-19.34~10822 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3783befbb4c1d2f2e67b3db18fde6dfc2727bc2;p=emacs.git (sun-raw-prefix): Make this just a variable, not a function name. --- 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])