diff lisp/autoinsert.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents 852464ce5d6a
children c582e15d8cfc
line wrap: on
line diff
--- a/lisp/autoinsert.el	Sun Jun 22 18:47:05 1997 +0000
+++ b/lisp/autoinsert.el	Sun Jun 22 18:57:55 1997 +0000
@@ -253,4 +253,6 @@
 	(setq auto-insert-alist (cons (cons key action)
 				      auto-insert-alist))))))
 
+(provide 'autoinsert)
+
 ;;; autoinsert.el ends here