diff options
| -rw-r--r-- | lisp/gnus/.dir-locals.el | 3 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/gnus/.dir-locals.el b/lisp/gnus/.dir-locals.el index 45abc391e62..fb968e13a36 100644 --- a/lisp/gnus/.dir-locals.el +++ b/lisp/gnus/.dir-locals.el | |||
| @@ -1 +1,4 @@ | |||
| 1 | ((emacs-lisp-mode . ((show-trailing-whitespace . t)))) | 1 | ((emacs-lisp-mode . ((show-trailing-whitespace . t)))) |
| 2 | ;; Local Variables: | ||
| 3 | ;; no-byte-compile: t | ||
| 4 | ;; End: | ||
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ee9700c2421..9d622af1937 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .dir-locals.el: Add no-byte-compile cookie. | ||
| 4 | |||
| 1 | 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group | 7 | * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group |