Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
commit8f2eaa8abd8630a6707a0e1d9bca9293497ef915
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 14 Jul 2010 16:41:40 +0000 (14 12:41 -0400)
committerKarl Fogel <kfogel@red-bean.com>
Wed, 14 Jul 2010 16:41:40 +0000 (14 12:41 -0400)
treedda84519d1449e9e160bf69ca664684656901894
parent33b4848367ec5383a8dd35113c454c85fb3f0ef5
Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).

* lisp/bookmark.el (bookmark-set): Don't set `bookmark-yank-point' and
  `bookmark-current-buffer' if they have been already set in another
  buffer (e.g gnus-art).

* lisp/gnus/gnus-sum.el (gnus-summary-bookmark-make-record): Set
  `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
lisp/ChangeLog
lisp/bookmark.el
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el