diff lisp/gnus/gnus-sum.el @ 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 cb913a283247
children 416af1df94a4
line wrap: on
line diff
--- 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))