diff options
| -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: | ||