Mercurial > emacs
diff lisp/ChangeLog @ 81844:805e8454783b
* bookmark.el (bookmark-jump-other-window): New function.
(bookmark-map): Bind it to "o".
Patch by Drew Adams <drew.adams{_AT_}oracle.com>. See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Fri, 13 Jul 2007 18:20:55 +0000 |
parents | c5cef7ba9eeb |
children | 29ac3696d5de |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jul 13 18:18:04 2007 +0000 +++ b/lisp/ChangeLog Fri Jul 13 18:20:55 2007 +0000 @@ -1,3 +1,11 @@ +2007-07-13 Karl Fogel <kfogel@red-bean.com> + + * bookmark.el (bookmark-jump-other-window): New function. + (bookmark-map): Bind it to "o". + + Patch by Drew Adams <drew.adams{_AT_}oracle.com>. See + http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. + 2007-07-13 Karl Fogel <kfogel@red-bean.com> * bookmark.el: Shorten some comments to fit within 80 lines.