tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 27 Jun 2012 02:24:12 +0000 (02:24 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 27 Jun 2012 02:24:12 +0000 (02:24 +0000)
lisp/ChangeLog
lisp/tests/gnustest-nntp.el
lisp/tests/gnustest-registry.el

index 61c80e9..c2abb1d 100644 (file)
@@ -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.
index 1ce9725..a00a87a 100644 (file)
@@ -92,3 +92,8 @@
     (gnus-group-save-newsrc)
     (gnus-group-exit))
 )
+
+;; Local Variables:
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End:
index 512fab4..914b182 100644 (file)
   (message "Done with Gnus registry usage testing."))
 
 (provide 'gnustest-registry)
+
+;; Local Variables:
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End: