diff lisp/informat.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 985e47a14cab
children 96deedadd2f0
line wrap: on
line diff
--- a/lisp/informat.el	Sun Jun 22 18:47:05 1997 +0000
+++ b/lisp/informat.el	Sun Jun 22 18:57:55 1997 +0000
@@ -427,4 +427,6 @@
 	    (error (message ">> Error: %s" (prin1-to-string err))))))
       (kill-emacs error))))
 
+(provide 'informat)
+
 ;;; informat.el ends here