]> git.eshelyaron.com Git - emacs.git/commitdiff
(sun-raw-prefix): Make this just a variable, not a function name.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 10:52:46 +0000 (10:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 1993 10:52:46 +0000 (10:52 +0000)
lisp/term/sun.el

index 52373c4ccd3381198ce3c7612a2433b22d76eb20..c5ee5c945098397455ea8e9310d6016a755ac5c6 100644 (file)
@@ -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])