diff lisp/packages.el @ 237:89ec2bb86eea r20-5b17

Import from CVS: tag r20-5b17
author cvs
date Mon, 13 Aug 2007 10:15:03 +0200
parents 85a06df23a9a
children 41f2f0e326e9
line wrap: on
line diff
--- a/lisp/packages.el	Mon Aug 13 10:14:42 2007 +0200
+++ b/lisp/packages.el	Mon Aug 13 10:15:03 2007 +0200
@@ -235,7 +235,9 @@
 	(when feature
 	  ;; (message "(unload-feature %S)" feature)
 	  (unload-feature feature))
-	(load autoload-file))
+	(condition-case nil
+	    (load autoload-file)
+	  (t nil)))
       (setq autoload-list (cdr autoload-list)))))
 
 ;; The following function cannot be called from a bare temacs