Add provide call.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Mar 1993 02:21:51 +0000 (02:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Mar 1993 02:21:51 +0000 (02:21 +0000)
lisp/uncompress.el

index 212c254..a44590a 100644 (file)
@@ -77,4 +77,6 @@ It then selects a major mode from the uncompressed file name and contents."
        (setq error nil)
        t)))
 
+(provide 'uncompress)
+
 ;;; uncompress.el ends here