diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-06-09 10:16:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-06-09 10:17:13 -0700 |
commit | 323648bf3603c9ea2fa70cd28f26d0f307e61b3e (patch) | |
tree | facc76a7bc5f23cb9cfb858019f54ac65cde20b0 /lisp/bookmark.el | |
parent | b02af55063943163fd6110bf51195a0678e02067 (diff) | |
download | emacs-323648bf3603c9ea2fa70cd28f26d0f307e61b3e.tar.gz emacs-323648bf3603c9ea2fa70cd28f26d0f307e61b3e.tar.bz2 emacs-323648bf3603c9ea2fa70cd28f26d0f307e61b3e.zip |
Remove interactive spec from bookmark-set-internal (bug#36121)
* lisp/bookmark.el (bookmark-set-internal): Remove interactive spec.
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r-- | lisp/bookmark.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |