From: Richard M. Stallman Date: Thu, 25 Mar 1993 02:21:51 +0000 (+0000) Subject: Add provide call. X-Git-Tag: emacs-19.34~13495 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/2b0739e5600ecc9caa45c06e7ac39e2392205f2b Add provide call. --- diff --git a/lisp/uncompress.el b/lisp/uncompress.el index 212c254ba6..a44590a3af 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el @@ -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