diff lisp/prim/advocacy.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 0293115a14e9
children 131b0175ea99
line wrap: on
line diff
--- a/lisp/prim/advocacy.el	Mon Aug 13 08:50:31 2007 +0200
+++ b/lisp/prim/advocacy.el	Mon Aug 13 08:51:03 2007 +0200
@@ -69,7 +69,7 @@
 (defun praise-be-unto-emacs (&optional arg)
   (interactive "_p")
   (error "Obsolete function.  Use `praise-be-unto-xemacs'."))
-(make-obsolete 'praise-be-unto-emacs "use praise-be-unto-xemacs")
+(make-compatible 'praise-be-unto-emacs "use praise-be-unto-xemacs")
 
 ;;;###autoload
 (defun all-hail-xemacs (&optional arg)
@@ -81,4 +81,6 @@
 (defun all-hail-emacs (&optional arg)
   (interactive "_p")
   (error "Obsolete function.  Use `all-hail-xemacs'."))
-(make-obsolete 'all-hail-emacs "use all-hail-xemacs")
+(make-compatible 'all-hail-emacs "use all-hail-xemacs")
+
+;;; advocacy.el ends here