]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change in gnus-summary-bookmark-make-record.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Jul 2010 01:19:04 +0000 (01:19 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Jul 2010 01:19:04 +0000 (01:19 +0000)
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.

lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index 4e172cc8064147e3c3d6cf88650a9b70c0cfe7d6..ba83627094e57ff6ac8230303b8119619c524547 100644 (file)
@@ -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
index ae29c17ae18c869e9cbe82a3f589178df1072814..93024e072802e30f907a1866e86c9df69f8e7d03 100644 (file)
@@ -12646,7 +12646,7 @@ If ALL is a number, fetch this number of articles."
            (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))