emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 323648b: Remove interactive spec from bookmark-set-


From: Paul Eggert
Subject: [Emacs-diffs] master 323648b: Remove interactive spec from bookmark-set-internal (bug#36121)
Date: Sun, 9 Jun 2019 13:17:18 -0400 (EDT)

branch: master
commit 323648bf3603c9ea2fa70cd28f26d0f307e61b3e
Author: Stefan Kangas <address@hidden>
Commit: Paul Eggert <address@hidden>

    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 dd84701..89f594c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]