From 323648bf3603c9ea2fa70cd28f26d0f307e61b3e Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 9 Jun 2019 10:16:06 -0700 Subject: [PATCH] Remove interactive spec from bookmark-set-internal (bug#36121) * lisp/bookmark.el (bookmark-set-internal): Remove interactive spec. --- lisp/bookmark.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index dd8470168c3..89f594c1866 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -776,7 +776,6 @@ onto the bookmark alist. The `push' behavior means that among bookmarks named NAME, this most recently set one becomes the one in effect, but the others are still there, in order, if the topmost one is ever deleted." - (interactive (list nil current-prefix-arg)) (unwind-protect (let* ((record (bookmark-make-record)) ;; `defaults' is a transient element of the -- 2.39.2