From: Katsumi Yamaoka Date: Wed, 27 Jun 2012 02:24:12 +0000 (+0000) Subject: tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=30d91271b594a39ea1bb737bbd684d2dcbac8095;p=gnus tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61c80e9dc..c2abb1d14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-06-27 Katsumi Yamaoka + + * tests/gnustest-nntp.el, tests/gnustest-registry.el: + Set no-byte-compile and no-update-autoloads. + 2012-06-26 Katsumi Yamaoka * 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 1ce972520..a00a87a20 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 512fab499..914b182f7 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: