aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-01-06 01:30:28 +0000
committerRichard M. Stallman2003-01-06 01:30:28 +0000
commit24e31d36e6428cdd46cb61d49c0e3be68e5eb409 (patch)
tree5d261f671fe65388ea94e97f6de2c377ee0ddcc5
parent287890ea28a107ee500e0cf4eb2ad85e4d1828bb (diff)
downloademacs-24e31d36e6428cdd46cb61d49c0e3be68e5eb409.tar.gz
emacs-24e31d36e6428cdd46cb61d49c0e3be68e5eb409.zip
Display message that this package is obsolete.
-rw-r--r--lisp/obsolete/uncompress.el2
1 files changed, 2 insertions, 0 deletions
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."
110 ;; (setq error nil) 110 ;; (setq error nil)
111 t)))) 111 t))))
112 112
113(message "The uncompress package is obsolete; use M-x auto-compression-mode")
114
113(provide 'uncompress) 115(provide 'uncompress)
114 116
115;;; uncompress.el ends here 117;;; uncompress.el ends here