* admin/cus-test.el (cus-test-load-libs): Quieten loading.
This commit is contained in:
parent
f2bf357308
commit
b2fe1bbd06
1 changed files with 2 additions and 1 deletions
|
@ -320,7 +320,8 @@ If it is \"all\", load all Lisp files."
|
|||
(lambda (file)
|
||||
(condition-case alpha
|
||||
(unless (member file cus-test-libs-noloads)
|
||||
(load (file-name-sans-extension (expand-file-name file lispdir)))
|
||||
(load (file-name-sans-extension (expand-file-name file lispdir))
|
||||
nil t)
|
||||
(push file cus-test-libs-loaded))
|
||||
(error
|
||||
(push (cons file alpha) cus-test-libs-errors)
|
||||
|
|
Loading…
Add table
Reference in a new issue