summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-10-14 01:17:49 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-10-14 01:17:49 +0000
commit95dc5eeb172792562a4efbcccc3b5f504e6ec3cb (patch)
treeaf0c5129e07e2b4cab259499342d90b4735b68a1 /admin
parent670db9eefc5d7cdf331924234bef77410f1b07de (diff)
downloademacs-95dc5eeb172792562a4efbcccc3b5f504e6ec3cb.tar.gz
(cus-test-deps): Don't care about deps in lisp/term/.
Diffstat (limited to 'admin')
-rw-r--r--admin/cus-test.el10
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 @@
;; 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))
+;; (pcomplete em-cmpl (void-function eshell-under-windows-p))
+;; (eshell-ext esh-ext (void-function eshell-under-windows-p))
;; ...
;;
;; 422 libraries had no load errors
;; The following load problems appeared:
;; (eudc-export error 255)
-;; ...
+;; (ada-xref error 255)
+;; (ada-stmt error 255)
;;; Code:
@@ -403,6 +407,8 @@ in the emacs source directory."
;; 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)))
(t
;; (condition-case nil (load load) (error nil))
(condition-case alpha