diff options
| author | Glenn Morris | 2021-02-16 12:03:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2021-02-16 12:03:39 -0800 |
| commit | b2fe1bbd06b6654427d9ff07124be02a21e54c3b (patch) | |
| tree | 56711bad8df225ba24b5ddf251780155b4b2d7ce | |
| parent | f2bf357308dc35e311f1b77e03f4c68b071f5acc (diff) | |
| download | emacs-b2fe1bbd06b6654427d9ff07124be02a21e54c3b.tar.gz emacs-b2fe1bbd06b6654427d9ff07124be02a21e54c3b.zip | |
* admin/cus-test.el (cus-test-load-libs): Quieten loading.
| -rw-r--r-- | admin/cus-test.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el index 7938359119d..afd5f4ceaec 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -320,7 +320,8 @@ If it is \"all\", load all Lisp files." | |||
| 320 | (lambda (file) | 320 | (lambda (file) |
| 321 | (condition-case alpha | 321 | (condition-case alpha |
| 322 | (unless (member file cus-test-libs-noloads) | 322 | (unless (member file cus-test-libs-noloads) |
| 323 | (load (file-name-sans-extension (expand-file-name file lispdir))) | 323 | (load (file-name-sans-extension (expand-file-name file lispdir)) |
| 324 | nil t) | ||
| 324 | (push file cus-test-libs-loaded)) | 325 | (push file cus-test-libs-loaded)) |
| 325 | (error | 326 | (error |
| 326 | (push (cons file alpha) cus-test-libs-errors) | 327 | (push (cons file alpha) cus-test-libs-errors) |