From: Richard M. Stallman Date: Mon, 29 Dec 2003 20:01:32 +0000 (+0000) Subject: Display message that this file is obsolete. X-Git-Tag: ttn-vms-21-2-B4~8073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1d02ba429c97bdca9a7f0986ffe88139153f2af;p=emacs.git Display message that this file is obsolete. --- diff --git a/lisp/obsolete/sc.el b/lisp/obsolete/sc.el index e9798a0a253..26486577aa4 100644 --- a/lisp/obsolete/sc.el +++ b/lisp/obsolete/sc.el @@ -11,5 +11,7 @@ (require 'supercite) (provide 'sc) +(message "The name `sc' works but is obsolete; please use `supercite' instead") + ;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece ;;; sc.el ends here