diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-03-25 02:21:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-03-25 02:21:51 +0000 |
commit | 2b0739e5600ecc9caa45c06e7ac39e2392205f2b (patch) | |
tree | ac702c1785f305e91615c3d507f31876601b0748 /lisp/uncompress.el | |
parent | 0a93081cd207d299ebef3946dbf67489714301a4 (diff) | |
download | emacs-2b0739e5600ecc9caa45c06e7ac39e2392205f2b.tar.gz |
Add provide call.
Diffstat (limited to 'lisp/uncompress.el')
-rw-r--r-- | lisp/uncompress.el | 2 |
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 |