emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112530: * admin/cus-test.el: No need


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112530: * admin/cus-test.el: No need to provide bbdb, bbdb-com any more.
Date: Wed, 08 May 2013 20:17:44 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112530
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-08 20:17:44 -0700
message:
  * admin/cus-test.el: No need to provide bbdb, bbdb-com any more.
  Remove some outdated comments.
modified:
  admin/ChangeLog
  admin/cus-test.el
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-05-07 21:34:03 +0000
+++ b/admin/ChangeLog   2013-05-09 03:17:44 +0000
@@ -1,3 +1,7 @@
+2013-05-09  Glenn Morris  <address@hidden>
+
+       * cus-test.el: No need to provide bbdb, bbdb-com any more.
+
 2013-05-07  Paul Eggert  <address@hidden>
 
        Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)

=== modified file 'admin/cus-test.el'
--- a/admin/cus-test.el 2013-01-01 09:11:05 +0000
+++ b/admin/cus-test.el 2013-05-09 03:17:44 +0000
@@ -87,43 +87,6 @@
 ;; The command `cus-test-noloads' returns a list of variables which
 ;; are somewhere declared as custom options, but not loaded by
 ;; `custom-load-symbol'.
-;;
-;; Some results from October 2002:
-;;
-;; 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))
-;; (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)
-;;
-;; The following options were not loaded by custom-load-symbol:
-;; edt-bottom-scroll-margin
-;; edt-keep-current-page-delimiter
-;; edt-top-scroll-margin
-;; edt-use-EDT-control-key-bindings
-;; edt-word-entities
-;; grep-find-use-xargs
-;; master-mode-hook
-;; outline-level
-;; outline-minor-mode-hook
-;; refill-mode-hook
 
 
 ;;; Code:
@@ -139,12 +102,6 @@
 (defvar cus-test-libs-noloads nil
   "List of libraries not to load by `cus-test-load-libs'.")
 
-;; The file eudc-export.el loads libraries "bbdb" and "bbdb-com" which
-;; are not part of GNU Emacs:  (locate-library "bbdb") => nil
-;; We avoid the resulting errors from loading eudc-export.el:
-(provide 'bbdb)
-(provide 'bbdb-com)
-
 ;; This avoids a hang of `cus-test-apropos' in 21.2.
 ;; (add-to-list 'cus-test-skip-list 'sh-alias-alist)
 
@@ -517,11 +474,6 @@
       (cus-test-message
        (sort cus-test-vars-not-cus-loaded 'string<)))))
 
-;; And last but not least a quiz:
-;;
-;; Evaluation of the form (customize-option 'debug-on-error) yields a
-;; *Customize* buffer with a mismatch mess.  Why?
-
 (provide 'cus-test)
 
 ;;; cus-test.el ends here


reply via email to

[Prev in Thread] Current Thread [Next in Thread]