Mercurial > emacs
changeset 47884:b475e8cf9b0a
Undo previous change, but leave a comment.
(cus-test-opts): Call cus-test-load-libs.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 14 Oct 2002 20:27:45 +0000 |
parents | d8c1689af81e |
children | 6cd1b0c37599 |
files | admin/cus-test.el |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/cus-test.el Mon Oct 14 15:41:12 2002 +0000 +++ b/admin/cus-test.el Mon Oct 14 20:27:45 2002 +0000 @@ -89,10 +89,13 @@ ;; 4523 options tested ;; The following variables might have problems: ;; ps-mule-font-info-database-default +;; grep-tree-command +;; grep-find-command ;; ;; 288 features required ;; 10 files loaded ;; The following load problems appeared: +;; (killing x-win (file-error Cannot open load file x-win)) ;; Symbol faces has loaddefs as custom dependency ;; (reftex-index-support reftex-vars (void-function reftex-set-dirty)) ;; (eshell-script em-script (void-variable eshell-directory-name)) @@ -348,6 +351,8 @@ in the emacs source directory." (interactive) + (message "Running %s" 'cus-test-load-libs) + (cus-test-load-libs) (message "Running %s" 'cus-test-load-custom-loads) (cus-test-load-custom-loads) (message "Running %s" 'cus-test-apropos) @@ -407,8 +412,9 @@ ;; We are still loading it when we call this, ;; and it is not in load-history yet. ((equal load "cus-edit")) - ;; In this test, we don't care about deps in lisp/term/ - ((locate-library (concat term-file-prefix load))) + ;; This would ignore load problems with files in + ;; lisp/term/ + ;; ((locate-library (concat term-file-prefix load))) (t ;; (condition-case nil (load load) (error nil)) (condition-case alpha