diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-06-27 00:47:19 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-06-27 00:47:19 +0000 |
commit | ce2ca5194c2e7f8c581dfeceb70053710b470a15 (patch) | |
tree | 7ce03d9c0f017054a900fc942c8e626c812b9b26 /lisp | |
parent | 37ca29e810613c44a9f06cf18e9be9bbdb4984f8 (diff) | |
download | emacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.tar.gz emacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.tar.bz2 emacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.zip |
lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
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: |