diff lisp/ehelp.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents 74504bd76aaa
children 8a533acedb77
line wrap: on
line diff
--- a/lisp/ehelp.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/ehelp.el	Mon Mar 16 20:39:07 1992 +0000
@@ -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 @@
     (fset 'ehelp-command map)))
 
 ;; Do (define-key global-map "\C-h" 'ehelp-command) if you want to win
+
+(provide 'ehelp) 
+