annotate lisp/gnus/.dir-locals.el @ 111312:0c7c9736f766

Merge changes made in Gnus trunk. nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies (bug #7311). gnus-cite.el (gnus-article-fill-cited-article): Minimize the long-lines case by only filling the long lines. gnus-start.el (gnus-ask-server-for-new-groups): Return the new groups. gnus-group.el (gnus-group-find-new-groups): Display all the new groups. gnus-start.el (gnus-find-new-newsgroups): Return the list of new groups. nnimap.el (nnimap-request-group): Store the new updated info. nnimap.el (nnimap-request-group): Select the group when we don't know whether it exists or not.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 01 Nov 2010 22:21:10 +0000
parents 3b63737368e5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
110165
b96da2a6e0df Added a .dir-locals.el file so that trailing whitespace is shown.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
diff changeset
1 ((emacs-lisp-mode . ((show-trailing-whitespace . t))))
110332
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
2 ;; Local Variables:
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
3 ;; no-byte-compile: t
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
4 ;; End: