Hi, just fix bug introduced in: ,---- | commit c20fb917f2a9b0597dc4f9b96d692393802192bf | Commit: Katsumi Yamaoka | CommitDate: Thu Jul 15 00:56:13 2010 +0000 | | Make gnus-summary-bookmark-make-record work for Emacs 23 as well. | | 2010-07-15 Katsumi Yamaoka | * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for | Emacs 23 as well. `---- (bookmark-make-record-default 'no-file 'no-context pos)==> good (bookmark-make-record-default 'no-file 'no-context (point))==> bad When pos is set to (point) value, it is in gnus-art buffer, if you use (point) directly in bookmark-make-record-default, you use the value of point in the gnus-sum buffer, what is wrong. -- Thierry Volpiatto Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997