changeset 28761:392fd149864c

(normal-top-level): Put a condition-case around the code loading subdirs.el.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 29 Apr 2000 19:28:46 +0000
parents 057be2bc2b43
children 8e8534ef4b0a
files lisp/startup.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sat Apr 29 19:27:49 2000 +0000
+++ b/lisp/startup.el	Sat Apr 29 19:28:46 2000 +0000
@@ -412,8 +412,9 @@
 	  new)
       (while tail
 	(setq new (cons (car tail) new))
-	(let ((default-directory (car tail)))
-	  (load (expand-file-name "subdirs.el" (car tail)) t t t))
+	(condition-case nil
+	    (let ((default-directory (car tail)))
+	      (load (expand-file-name "subdirs.el" (car tail)) t t t)))
 	(setq tail (cdr tail))))
     (if (not (eq system-type 'vax-vms))
 	(progn