diff lisp/prim/advocacy.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 131b0175ea99
children 41ff10fd062f
line wrap: on
line diff
--- a/lisp/prim/advocacy.el	Mon Aug 13 09:13:58 2007 +0200
+++ b/lisp/prim/advocacy.el	Mon Aug 13 09:15:11 2007 +0200
@@ -18,7 +18,7 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with XEmacs; see the file COPYING.  If not, write to the 
-;; Free Software Foundation, 59 Temple Place - Suite 330,
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
 ;;;###autoload
@@ -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