diff options
| author | Markus Rost | 2002-10-14 01:17:49 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-10-14 01:17:49 +0000 |
| commit | 95dc5eeb172792562a4efbcccc3b5f504e6ec3cb (patch) | |
| tree | af0c5129e07e2b4cab259499342d90b4735b68a1 | |
| parent | 670db9eefc5d7cdf331924234bef77410f1b07de (diff) | |
| download | emacs-95dc5eeb172792562a4efbcccc3b5f504e6ec3cb.tar.gz emacs-95dc5eeb172792562a4efbcccc3b5f504e6ec3cb.zip | |
(cus-test-deps): Don't care about deps in lisp/term/.
| -rw-r--r-- | admin/cus-test.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el index 7d7717de5aa..9bdc51a05a6 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -93,14 +93,18 @@ | |||
| 93 | ;; 288 features required | 93 | ;; 288 features required |
| 94 | ;; 10 files loaded | 94 | ;; 10 files loaded |
| 95 | ;; The following load problems appeared: | 95 | ;; The following load problems appeared: |
| 96 | ;; (killing x-win (file-error Cannot open load file x-win)) | ||
| 97 | ;; Symbol faces has loaddefs as custom dependency | 96 | ;; Symbol faces has loaddefs as custom dependency |
| 97 | ;; (reftex-index-support reftex-vars (void-function reftex-set-dirty)) | ||
| 98 | ;; (eshell-script em-script (void-variable eshell-directory-name)) | ||
| 99 | ;; (pcomplete em-cmpl (void-function eshell-under-windows-p)) | ||
| 100 | ;; (eshell-ext esh-ext (void-function eshell-under-windows-p)) | ||
| 98 | ;; ... | 101 | ;; ... |
| 99 | ;; | 102 | ;; |
| 100 | ;; 422 libraries had no load errors | 103 | ;; 422 libraries had no load errors |
| 101 | ;; The following load problems appeared: | 104 | ;; The following load problems appeared: |
| 102 | ;; (eudc-export error 255) | 105 | ;; (eudc-export error 255) |
| 103 | ;; ... | 106 | ;; (ada-xref error 255) |
| 107 | ;; (ada-stmt error 255) | ||
| 104 | 108 | ||
| 105 | ;;; Code: | 109 | ;;; Code: |
| 106 | 110 | ||
| @@ -403,6 +407,8 @@ in the emacs source directory." | |||
| 403 | ;; We are still loading it when we call this, | 407 | ;; We are still loading it when we call this, |
| 404 | ;; and it is not in load-history yet. | 408 | ;; and it is not in load-history yet. |
| 405 | ((equal load "cus-edit")) | 409 | ((equal load "cus-edit")) |
| 410 | ;; In this test, we don't care about deps in lisp/term/ | ||
| 411 | ((locate-library (concat term-file-prefix load))) | ||
| 406 | (t | 412 | (t |
| 407 | ;; (condition-case nil (load load) (error nil)) | 413 | ;; (condition-case nil (load load) (error nil)) |
| 408 | (condition-case alpha | 414 | (condition-case alpha |