Mercurial > emacs
diff lisp/gnus/ChangeLog @ 92430:a7debc43cf9a
Use inhibit-read-only and with-current-buffer.
(gnus-summary-jump-to-group): Consider windows on other displayed frames as
well. Similar changes might be needed elsewhere, but that's the one I've
bumped into during my use.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 03 Mar 2008 04:06:03 +0000 |
parents | a72078644a4d |
children | f154591879d5 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Mar 03 03:57:32 2008 +0000 +++ b/lisp/gnus/ChangeLog Mon Mar 03 04:06:03 2008 +0000 @@ -1,5 +1,10 @@ 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca> + * gnus-sum.el: Use inhibit-read-only and with-current-buffer. + (gnus-summary-jump-to-group): Consider windows on other displayed frames as + well. Similar changes might be needed elsewhere, but that's the one I've + bumped into during my use. + * gnus-msg.el (gnus-debug): * gnus-group.el (gnus-update-group-mark-positions): Use mm-string-to-multibyte.