[gnus git] branch master updated: m0-5-51-g30d9127 =1= tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 30d91271b594a39ea1bb737bbd684d2dcbac8095 (commit)
from ca1ba2bed3fe3b849b48b6c2c1544aa53536c71b (commit)
- Log -----------------------------------------------------------------
commit 30d91271b594a39ea1bb737bbd684d2dcbac8095
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Jun 27 02:24:12 2012 +0000
tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61c80e9..c2abb1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-27 Katsumi Yamaoka <[email protected]>
+
+ * tests/gnustest-nntp.el, tests/gnustest-registry.el:
+ Set no-byte-compile and no-update-autoloads.
+
2012-06-26 Katsumi Yamaoka <[email protected]>
* mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
diff --git a/lisp/tests/gnustest-nntp.el b/lisp/tests/gnustest-nntp.el
index 1ce9725..a00a87a 100644
--- a/lisp/tests/gnustest-nntp.el
+++ b/lisp/tests/gnustest-nntp.el
@@ -92,3 +92,8 @@
(gnus-group-save-newsrc)
(gnus-group-exit))
)
+
+;; Local Variables:
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End:
diff --git a/lisp/tests/gnustest-registry.el b/lisp/tests/gnustest-registry.el
index 512fab4..914b182 100644
--- a/lisp/tests/gnustest-registry.el
+++ b/lisp/tests/gnustest-registry.el
@@ -214,3 +214,8 @@
(message "Done with Gnus registry usage testing."))
(provide 'gnustest-registry)
+
+;; Local Variables:
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End:
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/tests/gnustest-nntp.el | 5 +++++
lisp/tests/gnustest-registry.el | 5 +++++
3 files changed, 15 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project