diff options
| author | Katsumi Yamaoka | 2012-06-27 00:47:19 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-06-27 00:47:19 +0000 |
| commit | ce2ca5194c2e7f8c581dfeceb70053710b470a15 (patch) | |
| tree | 7ce03d9c0f017054a900fc942c8e626c812b9b26 | |
| parent | 37ca29e810613c44a9f06cf18e9be9bbdb4984f8 (diff) | |
| download | emacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.tar.gz emacs-ce2ca5194c2e7f8c581dfeceb70053710b470a15.zip | |
lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-update-autoloads
| -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 @@ | |||
| 1 | 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * tests/gnustest-nntp.el, tests/gnustest-registry.el: | ||
| 4 | Set no-byte-compile and no-update-autoloads. | ||
| 5 | |||
| 1 | 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses. | 8 | * 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 @@ | |||
| 92 | (gnus-group-save-newsrc) | 92 | (gnus-group-save-newsrc) |
| 93 | (gnus-group-exit)) | 93 | (gnus-group-exit)) |
| 94 | ) | 94 | ) |
| 95 | |||
| 96 | ;; Local Variables: | ||
| 97 | ;; no-byte-compile: t | ||
| 98 | ;; no-update-autoloads: t | ||
| 99 | ;; 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 @@ | |||
| 214 | (message "Done with Gnus registry usage testing.")) | 214 | (message "Done with Gnus registry usage testing.")) |
| 215 | 215 | ||
| 216 | (provide 'gnustest-registry) | 216 | (provide 'gnustest-registry) |
| 217 | |||
| 218 | ;; Local Variables: | ||
| 219 | ;; no-byte-compile: t | ||
| 220 | ;; no-update-autoloads: t | ||
| 221 | ;; End: | ||