Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
105529:0d8007720f35 | 105530:e5035c6df58d |
---|---|
1 2009-10-09 Karl Fogel <kfogel@red-bean.com> | |
2 | |
3 * bookmark.el (bookmark-jump): Add new `display-func' parameter. | |
4 (bookmark-jump-other-window): Just invoke bookmark-jump with new | |
5 argument now, so the two function's behaviors will match. (Bug#3645) | |
6 | |
1 2009-10-08 Chong Yidong <cyd@stupidchicken.com> | 7 2009-10-08 Chong Yidong <cyd@stupidchicken.com> |
2 | 8 |
3 * cedet/ede/proj.el (project-make-dist, project-compile-project): | 9 * cedet/ede/proj.el (project-make-dist, project-compile-project): |
4 Fix filename test. | 10 Fix filename test. |
5 (ede-proj-dist-makefile): Use expand-file-name instead of concat | 11 (ede-proj-dist-makefile): Use expand-file-name instead of concat |