(if (bookmark-time-to-save-p)
(bookmark-save)))
-
;;;###autoload
(defun bookmark-insert (bookmark-name)
"Insert the text of the file pointed to by bookmark BOOKMARK-NAME.
-BOOKMARK-NAME is a bookmark name (a string), not a bookmark record.
-
-You may have a problem using this function if the value of variable
-`bookmark-alist' is nil. If that happens, you need to load in some
-bookmarks. See help on function `bookmark-load' for more about
-this."
+BOOKMARK-NAME is a bookmark name (a string), not a bookmark record."
(interactive (list (bookmark-completing-read "Insert bookmark contents")))
(bookmark-maybe-load-default-file)
(let ((orig-point (point))
(push-mark)
(goto-char orig-point)))
-
;;;###autoload
(defun bookmark-delete (bookmark-name &optional batch)
"Delete BOOKMARK-NAME from the bookmark list.