;; just add the hook to make sure that people don't lose bookmarks
;; when they kill Emacs, unless they don't want to save them.
-;;;###autoload
(add-hook 'kill-emacs-hook
(function
(lambda () (and (featurep 'bookmark)
(cons menu-str menu)))))
(if str (apply func-sym (list str)))))
+;;;###autoload
(defun bookmark-menu-bar-insert (event)
"Insert the text of the file pointed to by bookmark BOOKMARK.
You may have a problem using this function if the value of variable
"--- Insert Contents ---"
event))
+;;;###autoload
(defun bookmark-menu-bar-jump (event)
"Jump to bookmark BOOKMARK (a point in some file).
You may have a problem using this function if the value of variable
"--- Jump to Bookmark ---"
event))
+;;;###autoload
(defun bookmark-menu-bar-locate (event)
"Insert the name of the file associated with BOOKMARK.
\(This is not the same as the contents of that file\)."
"--- Insert Location ---"
event))
+;;;###autoload
(defun bookmark-menu-bar-rename (event)
"Change the name of OLD-BOOKMARK to NEWNAME.
If called from keyboard, prompts for OLD-BOOKMARK and NEWNAME.
"--- Rename Bookmark ---"
event))
+;;;###autoload
(defun bookmark-menu-bar-delete (event)
"Delete the bookmark named NAME from the bookmark list.
Removes only the first instance of a bookmark with that name. If