Mercurial > emacs
comparison lisp/ChangeLog @ 109397:4e6b8160da4b
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.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Wed, 14 Jul 2010 12:41:40 -0400 |
parents | fa4400531412 |
children | c9970d4bfd62 |
comparison
equal
deleted
inserted
replaced
109396:8b1192833a1e | 109397:4e6b8160da4b |
---|---|
1 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> | |
2 | |
3 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975). | |
4 Patch applied by Karl Fogel. | |
5 | |
6 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point' | |
7 and `bookmark-current-buffer' if they have been already set in | |
8 another buffer (e.g gnus-art). | |
9 | |
1 2010-07-13 Karl Fogel <kfogel@red-bean.com> | 10 2010-07-13 Karl Fogel <kfogel@red-bean.com> |
2 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 11 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
3 | 12 |
4 Preparation for setting bookmarks in Gnus article buffers (Bug#5975). | 13 Preparation for setting bookmarks in Gnus article buffers (Bug#5975). |
5 | 14 |