Fix previous change in gnus-summary-bookmark-make-record.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Jul 2010 01:16:54 +0000 (01:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 20 Jul 2010 01:16:54 +0000 (01:16 +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/ChangeLog
lisp/gnus-sum.el

index beaed00..bd6d056 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 ae29c17..93024e0 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))