From 24e31d36e6428cdd46cb61d49c0e3be68e5eb409 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Jan 2003 01:30:28 +0000 Subject: [PATCH] Display message that this package is obsolete. --- lisp/obsolete/uncompress.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/obsolete/uncompress.el b/lisp/obsolete/uncompress.el index 9f9f4478aec..6790534d051 100644 --- a/lisp/obsolete/uncompress.el +++ b/lisp/obsolete/uncompress.el @@ -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 -- 2.39.2