]> code.delx.au - gnu-emacs/commitdiff
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 212c254ba67cc5926d1558e322d3e92477f4ed4a..a44590a3afdabd4fcb9b0bea579ea5c02f88d204 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