diff lisp/ChangeLog @ 105449:4d75e3e0f1ea

* bookmark.el (bookmark-handle-bookmark): If bookmark has no file, don't do anything related to relocating, just return nil. (bookmark-error-no-filename): New error. (bookmark-default-handler): Signal `bookmark-error-no-filename' if bookmark has no file. Don't even attempt to handle things that are not files; the whole point of custom handlers is to keep that knowledge elsewhere anyway. Tighten some comments. (bookmark-file-or-variation-thereof): Remove now-unused function. (bookmark-location): Doc string fix. (Bug#4250)
author Karl Fogel <kfogel@red-bean.com>
date Mon, 05 Oct 2009 04:19:04 +0000
parents b0226862b32c
children 7e96a7ac3ac0
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 05 02:38:35 2009 +0000
+++ b/lisp/ChangeLog	Mon Oct 05 04:19:04 2009 +0000
@@ -1,3 +1,16 @@
+2009-10-05  Karl Fogel  <kfogel@red-bean.com>
+
+	* bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
+	  don't do anything related to relocating, just return nil.
+	(bookmark-error-no-filename): New error.
+	(bookmark-default-handler): Signal `bookmark-error-no-filename' if
+	  bookmark has no file.  Don't even attempt to handle things that
+	  are not files; the whole point of custom handlers is to keep that
+	  knowledge elsewhere anyway.  Tighten some comments.
+	(bookmark-file-or-variation-thereof): Remove now-unused function.
+	(bookmark-location): Doc string fix.
+	(Bug#4250)
+
 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
 
 	* bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,