Mercurial > emacs
diff lisp/ChangeLog @ 105448:b0226862b32c
* bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
don't use a file dialog, because they usually don't know how to read
a directory target from the user. (Bug#4230)
Also, make sure the prompt can display directories as well as files.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Mon, 05 Oct 2009 02:38:35 +0000 |
parents | 0532c364480a |
children | 4d75e3e0f1ea |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 05 02:17:57 2009 +0000 +++ b/lisp/ChangeLog Mon Oct 05 02:38:35 2009 +0000 @@ -1,3 +1,10 @@ +2009-10-04 Karl Fogel <kfogel@red-bean.com> + + * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark, + don't use a file dialog, because they usually don't know how to read + a directory target from the user. (Bug#4230) + Also, make sure the prompt can display directories as well as files. + 2009-10-04 Karl Fogel <kfogel@red-bean.com> * bookmark.el (bookmark-set, bookmark-buffer-name):