diff lisp/term/sun.el @ 5029:c02c789d39d7

(sun-raw-prefix): Make this just a variable, not a function name.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 10:52:46 +0000
parents f3c8ed7fcb45
children 23cc3f54e536
line wrap: on
line diff
--- a/lisp/term/sun.el	Mon Nov 15 10:10:52 1993 +0000
+++ b/lisp/term/sun.el	Mon Nov 15 10:52:46 1993 +0000
@@ -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])