diff lisp/echistory.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 83f275dcd93a
children 9a83b898793c
line wrap: on
line diff
--- a/lisp/echistory.el	Sun Jun 22 18:47:05 1997 +0000
+++ b/lisp/echistory.el	Sun Jun 22 18:57:55 1997 +0000
@@ -147,4 +147,6 @@
       (progn (message "")
 	     (throw 'electric-history-quit nil))))
 
+(provide 'echistory)
+
 ;;; echistory.el ends here