1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Display message that this package is obsolete.

This commit is contained in:
Richard M. Stallman 2003-01-06 01:30:28 +00:00
parent 287890ea28
commit 24e31d36e6

View file

@ -110,6 +110,8 @@ It then selects a major mode from the uncompressed file name and contents."
;; (setq error nil)
t))))
(message "The uncompress package is obsolete; use M-x auto-compression-mode")
(provide 'uncompress)
;;; uncompress.el ends here