aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2012-06-27 00:47:19 +0000
committerKatsumi Yamaoka2012-06-27 00:47:19 +0000
commitce2ca5194c2e7f8c581dfeceb70053710b470a15 (patch)
tree7ce03d9c0f017054a900fc942c8e626c812b9b26
parent37ca29e810613c44a9f06cf18e9be9bbdb4984f8 (diff)
downloademacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.tar.gz
emacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.zip
lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/tests/gnustest-nntp.el5
-rw-r--r--lisp/gnus/tests/gnustest-registry.el5
3 files changed, 15 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 66fd11c2007..19747f0b621 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
4 Set no-byte-compile and no-update-autoloads.
5
12012-06-26 Katsumi Yamaoka <yamaoka@jpl.org> 62012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses. 8 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
diff --git a/lisp/gnus/tests/gnustest-nntp.el b/lisp/gnus/tests/gnustest-nntp.el
index 1ce972520d3..a00a87a208f 100644
--- a/lisp/gnus/tests/gnustest-nntp.el
+++ b/lisp/gnus/tests/gnustest-nntp.el
@@ -92,3 +92,8 @@
92 (gnus-group-save-newsrc) 92 (gnus-group-save-newsrc)
93 (gnus-group-exit)) 93 (gnus-group-exit))
94) 94)
95
96;; Local Variables:
97;; no-byte-compile: t
98;; no-update-autoloads: t
99;; End:
diff --git a/lisp/gnus/tests/gnustest-registry.el b/lisp/gnus/tests/gnustest-registry.el
index 512fab49939..914b182f705 100644
--- a/lisp/gnus/tests/gnustest-registry.el
+++ b/lisp/gnus/tests/gnustest-registry.el
@@ -214,3 +214,8 @@
214 (message "Done with Gnus registry usage testing.")) 214 (message "Done with Gnus registry usage testing."))
215 215
216(provide 'gnustest-registry) 216(provide 'gnustest-registry)
217
218;; Local Variables:
219;; no-byte-compile: t
220;; no-update-autoloads: t
221;; End: