diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/ehelp.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.bz2 emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.zip |
*** empty log message ***
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r-- | lisp/ehelp.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 9755bf07b7c..69f2fd4e8af 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -17,8 +17,6 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. (require 'electric) -(provide 'ehelp) - (defvar electric-help-map () "Keymap defining commands available in `electric-help-mode'.") @@ -305,3 +303,6 @@ will select it.)" (fset 'ehelp-command map))) ;; Do (define-key global-map "\C-h" 'ehelp-command) if you want to win + +(provide 'ehelp) + |