From 2b0739e5600ecc9caa45c06e7ac39e2392205f2b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Mar 1993 02:21:51 +0000 Subject: [PATCH] Add provide call. --- lisp/uncompress.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2