]> git.eshelyaron.com Git - emacs.git/commit
Cease adding non-interactive inputs to 'bookmark-history'
authorEshel Yaron <me@eshelyaron.com>
Sat, 3 Feb 2024 10:36:51 +0000 (11:36 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 3 Feb 2024 11:13:14 +0000 (12:13 +0100)
commit19c8e5ffca5c56bbf81774ef31595bcaceb572fd
tree607c3f265040f6c7c1df7198a711d97caac695b8
parent837f93c75567ffb675321251ebacec5699690f9c
Cease adding non-interactive inputs to 'bookmark-history'

Remove 'bookmark-maybe-historicize-string', since it's both
buggy (extends 'bookmark-history' indefinitely) and unhelpful.

* lisp/bookmark.el (bookmark-maybe-historicize-string): Don't.
(bookmark-jump,bookmark-relocate,bookmark-insert-location)
(bookmark-rename,bookmark-insert,bookmark-delete): Adjust.

* test/lisp/bookmark-tests.el (bookmark-tests-maybe-historicize-string):
Remove.

* etc/NEWS: Announce.  (Bug#12504)
etc/NEWS
lisp/bookmark.el
test/lisp/bookmark-tests.el