diff options
| -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 |
