diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/gnus/tests/gnustest-nntp.el | 5 | ||||
-rw-r--r-- | lisp/gnus/tests/gnustest-registry.el | 5 |
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 @@ +2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org> + + * tests/gnustest-nntp.el, tests/gnustest-registry.el: + Set no-byte-compile and no-update-autoloads. + 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org> * 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 @@ (gnus-group-save-newsrc) (gnus-group-exit)) ) + +;; Local Variables: +;; no-byte-compile: t +;; no-update-autoloads: t +;; 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 @@ (message "Done with Gnus registry usage testing.")) (provide 'gnustest-registry) + +;; Local Variables: +;; no-byte-compile: t +;; no-update-autoloads: t +;; End: |