diff lisp/ChangeLog @ 105530:e5035c6df58d

* lisp/bookmark.el (bookmark-jump): Add new `display-func' parameter. (bookmark-jump-other-window): Just invoke bookmark-jump with new argument now, so the two function's behaviors will match. (Bug#3645)
author Karl Fogel <kfogel@red-bean.com>
date Fri, 09 Oct 2009 05:54:57 +0000
parents 96d5c9bceae9
children ac0c30ffce5c
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 09 05:25:08 2009 +0000
+++ b/lisp/ChangeLog	Fri Oct 09 05:54:57 2009 +0000
@@ -1,3 +1,9 @@
+2009-10-09  Karl Fogel  <kfogel@red-bean.com>
+
+	* bookmark.el (bookmark-jump): Add new `display-func' parameter.
+	(bookmark-jump-other-window): Just invoke bookmark-jump with new
+	argument now, so the two function's behaviors will match.  (Bug#3645)
+
 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
 
 	* cedet/ede/proj.el (project-make-dist, project-compile-project):