bug#81662: 31.1; [FR] Registers pointing to bookmarks
Daniel Mendler via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Stéphane Marks <[email protected]> writes: > We could move the call to (bookmark-maybe-load-default-file) into > bookmark-jump as other bookmark commands do and avoid exposing > bookmark "internals" in register-val-jump-to. Yes. However I think that this might be a special case. Other commands usually have to call `bookmark-maybe-load-default-file' first in order to populate `bookmark-alist'. Daniel