diff options
| -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 | |||
| 776 | bookmarks named NAME, this most recently set one becomes the one in | 776 | bookmarks named NAME, this most recently set one becomes the one in |
| 777 | effect, but the others are still there, in order, if the topmost one | 777 | effect, but the others are still there, in order, if the topmost one |
| 778 | is ever deleted." | 778 | is ever deleted." |
| 779 | (interactive (list nil current-prefix-arg)) | ||
| 780 | (unwind-protect | 779 | (unwind-protect |
| 781 | (let* ((record (bookmark-make-record)) | 780 | (let* ((record (bookmark-make-record)) |
| 782 | ;; `defaults' is a transient element of the | 781 | ;; `defaults' is a transient element of the |