From af200b6bf4ad1e7f80ee76b27f6d4a15dce882ee Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 12 Mar 2025 19:36:30 +0100 Subject: [PATCH] ; * bookmark.el: Minor cleanup --- lisp/bookmark.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 197523256ad..53e8bf14fc4 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -1505,16 +1505,10 @@ If called from menubar, select OLD-NAME from a menu and prompt for NEW-NAME." (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)) @@ -1526,7 +1520,6 @@ this." (push-mark) (goto-char orig-point))) - ;;;###autoload (defun bookmark-delete (bookmark-name &optional batch) "Delete BOOKMARK-NAME from the bookmark list. -- 2.39.5