2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
+ * bookmark.el (bookmark-insert-location): Handle a nil filename.
+
* woman.el: Add bookmark declarations to silence the compiler.
(bookmark-prop-get): Use `man-args' rather than `filename' as a first
step to compatibility between man and woman bookmarks.
(or no-history (bookmark-maybe-historicize-string bookmark))
(let ((start (point)))
(prog1
- (insert (bookmark-location bookmark)) ; *Return this line*
+ ;; FIXME: Each bookmark should come with a `location' method
+ ;; rather than just say "-- no file --".
+ (insert (or (bookmark-location bookmark) " -- no file --"))
(if (display-mouse-p)
(add-text-properties
start