(normal-top-level): Put a condition-case around

the code loading subdirs.el.
This commit is contained in:
Gerd Moellmann 2000-04-29 19:28:46 +00:00
parent 906d41a775
commit bbfc759111

View file

@ -412,8 +412,9 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
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