Mercurial > emacs
changeset 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 | d7ca9a9d179e |
children | 1c9c9a87f8b6 |
files | lisp/term/sun.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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])