Mercurial > emacs
changeset 109472:20f9503a8859
Fix previous change in gnus-summary-bookmark-make-record.
2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
the article buffer, not the summary buffer.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 20 Jul 2010 01:19:04 +0000 |
parents | 1135ec86232d |
children | f7b2644b5eee 19ca6f3cc339 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Jul 19 22:55:12 2010 +0000 +++ b/lisp/gnus/ChangeLog Tue Jul 20 01:19:04 2010 +0000 @@ -1,3 +1,8 @@ +2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org> + + * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in + the article buffer, not the summary buffer. + 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
--- a/lisp/gnus/gnus-sum.el Mon Jul 19 22:55:12 2010 +0000 +++ b/lisp/gnus/gnus-sum.el Tue Jul 20 01:19:04 2010 +0000 @@ -12646,7 +12646,7 @@ (id (mail-header-id head))) `(,subject ,@(condition-case nil - (bookmark-make-record-default 'no-file 'no-context (point)) + (bookmark-make-record-default 'no-file 'no-context pos) (wrong-number-of-arguments (bookmark-make-record-default 'point-only))) (location . ,(format "Gnus-%s %s:%d:%s" buf grp art id))