]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 27 Jun 2012 00:47:19 +0000 (00:47 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 27 Jun 2012 00:47:19 +0000 (00:47 +0000)
lisp/gnus/ChangeLog
lisp/gnus/tests/gnustest-nntp.el
lisp/gnus/tests/gnustest-registry.el

index 66fd11c200707e0c91ae6ccd92afec1ad1c9b42e..19747f0b6214a6b2ded604d8cc3c24803e37f4fe 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 1ce972520d3b43f14c8a2ebb63c84b25e0c1f3f3..a00a87a208fdda649596cc51f56d4e5b60e3ee38 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 512fab499390ec6a75a5ba7e9993361e0ddbee2f..914b182f7055c40a541e0803c8984a2b3670228a 100644 (file)
   (message "Done with Gnus registry usage testing."))
 
 (provide 'gnustest-registry)
+
+;; Local Variables:
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End: