emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108754: lisp/gnus/tests/gnustest-{nn


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108754: lisp/gnus/tests/gnustest-{nntp, registry}.el: Set no-byte-compile and no-update-autoloads
Date: Wed, 27 Jun 2012 00:47:19 +0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108754
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2012-06-27 00:47:19 +0000
message:
  lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and 
no-update-autoloads
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/tests/gnustest-nntp.el
  lisp/gnus/tests/gnustest-registry.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2012-06-26 23:26:41 +0000
+++ b/lisp/gnus/ChangeLog       2012-06-27 00:47:19 +0000
@@ -1,3 +1,8 @@
+2012-06-27  Katsumi Yamaoka  <address@hidden>
+
+       * tests/gnustest-nntp.el, tests/gnustest-registry.el:
+       Set no-byte-compile and no-update-autoloads.
+
 2012-06-26  Katsumi Yamaoka  <address@hidden>
 
        * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.

=== modified file 'lisp/gnus/tests/gnustest-nntp.el'
--- a/lisp/gnus/tests/gnustest-nntp.el  2012-06-26 22:55:13 +0000
+++ b/lisp/gnus/tests/gnustest-nntp.el  2012-06-27 00:47:19 +0000
@@ -92,3 +92,8 @@
     (gnus-group-save-newsrc)
     (gnus-group-exit))
 )
+
+;; Local Variables:
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End:

=== modified file 'lisp/gnus/tests/gnustest-registry.el'
--- a/lisp/gnus/tests/gnustest-registry.el      2012-06-26 22:55:13 +0000
+++ b/lisp/gnus/tests/gnustest-registry.el      2012-06-27 00:47:19 +0000
@@ -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:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]