aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-05-08 23:09:39 -0700
committerGlenn Morris2013-05-08 23:09:39 -0700
commitd631786abe3f736aac572bbb56436fd2b56a671c (patch)
treee1af99160fea35355fc716400818b0817c4041f3 /admin/ChangeLog
parent2dee4d5e14705773017e5dcde7f58601f7a54709 (diff)
downloademacs-d631786abe3f736aac572bbb56436fd2b56a671c.tar.gz
emacs-d631786abe3f736aac572bbb56436fd2b56a671c.zip
admin/cus-test,el misc updates
Mainly for some files listed in loaddefs.el now being in subdirs that are not in load-path. * admin/cus-test.el (cus-test-libs-noloads): Add dunnet in the defvar. (dunnet): Don't always load it. (viper-mode): Only set if interactive. (cus-test-load-custom-loads): Load dunnet if necessary. (cus-test-load-1): New macro, with common code from cus-test-load-libs and cus-test-libs. (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro. Update for cus-test-get-autoload-deps changed result. (cus-test-get-autoload-deps): Simplify. Return file names as they appear in loaddefs.el (directory parts are needed now that not all lisp subdirs are in load-path). (cus-test-deps): Explicitly skip dunnet.
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 1de6c1e8578..830854c8e63 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,6 +1,18 @@
12013-05-09 Glenn Morris <rgm@gnu.org> 12013-05-09 Glenn Morris <rgm@gnu.org>
2 2
3 * cus-test.el: No need to provide bbdb, bbdb-com any more. 3 * cus-test.el: No need to provide bbdb, bbdb-com any more.
4 (cus-test-libs-noloads): Add dunnet in the defvar.
5 (dunnet): Don't always load it.
6 (viper-mode): Only set if interactive.
7 (cus-test-load-custom-loads): Load dunnet if necessary.
8 (cus-test-load-1): New macro, with common code from cus-test-load-libs
9 and cus-test-libs.
10 (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
11 Update for cus-test-get-autoload-deps changed result.
12 (cus-test-get-autoload-deps): Simplify. Return file names as they
13 appear in loaddefs.el (directory parts are needed now that not all
14 lisp subdirs are in load-path).
15 (cus-test-deps): Explicitly skip dunnet.
4 16
52013-05-07 Paul Eggert <eggert@cs.ucla.edu> 172013-05-07 Paul Eggert <eggert@cs.ucla.edu>
6 18