diff options
author | Jim Blandy <jimb@redhat.com> | 1992-08-04 04:15:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-08-04 04:15:43 +0000 |
commit | e8a57935cbb4ccde7f621eeeca22141e5a5327b4 (patch) | |
tree | cb90c678fa9e79cf41c1b6a22d62b620aaf0e07f /lisp/ehelp.el | |
parent | 0b030df78b499fde5f8dd3f20dd24a2e002fe4ee (diff) | |
download | emacs-e8a57935cbb4ccde7f621eeeca22141e5a5327b4.tar.gz emacs-e8a57935cbb4ccde7f621eeeca22141e5a5327b4.tar.bz2 emacs-e8a57935cbb4ccde7f621eeeca22141e5a5327b4.zip |
entered into RCS
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r-- | lisp/ehelp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index e6f1c393d15..050a6cc48a6 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -31,7 +31,7 @@ (if electric-help-map () (let ((map (make-keymap))) - (fillarray map 'electric-help-undefined) + (fillarray (car (cdr map)) 'electric-help-undefined) (define-key map (char-to-string meta-prefix-char) (copy-keymap map)) (define-key map (char-to-string help-char) 'electric-help-help) (define-key map "?" 'electric-help-help) |