diff lisp/package-get.el @ 825:eb3bc15a6e0f

[xemacs-hg @ 2002-05-02 14:35:28 by youngs] 2002-05-02 Steve Youngs <youngs@xemacs.org> * package-get.el (package-get): Use 'warn' instead of 'lwarn'.
author youngs
date Thu, 02 May 2002 14:35:32 +0000
parents 0cce4fee510b
children e40f8d860d5f
line wrap: on
line diff
--- a/lisp/package-get.el	Wed May 01 08:25:52 2002 +0000
+++ b/lisp/package-get.el	Thu May 02 14:35:32 2002 +0000
@@ -763,11 +763,9 @@
                    (string-to-number latest)
                  latest))
             (if (not (null version))
-                (lwarn 'packages
-		    "Installing %s package version %s, you had a newer version %s"
+                (warn "Installing %s package version %s, you had a newer version %s"
 		  package latest installed)
-              (lwarn 'packages
-		  "Skipping %s package, you have a newer version %s"
+              (warn "Skipping %s package, you have a newer version %s"
 		package installed)
               (throw 'skip-update t))))