summaryrefslogtreecommitdiff
path: root/lisp/uncompress.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-03-25 02:21:51 +0000
committerRichard M. Stallman <rms@gnu.org>1993-03-25 02:21:51 +0000
commit28bdf239f5236fbc94b740b9c4b7606d7385efbd (patch)
treeb8039efb4ae2d10e8ad2cefa2dd6d72019c12d77 /lisp/uncompress.el
parent1c740e38164f10b3ffeee4847b3609dad6a66f4f (diff)
downloademacs-28bdf239f5236fbc94b740b9c4b7606d7385efbd.tar.gz
Add provide call.
Diffstat (limited to 'lisp/uncompress.el')
-rw-r--r--lisp/uncompress.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/uncompress.el b/lisp/uncompress.el
index 212c254ba67..a44590a3afd 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