diff options
| author | Roland Winkler | 2019-06-18 00:59:11 -0500 |
|---|---|---|
| committer | Roland Winkler | 2019-06-18 00:59:11 -0500 |
| commit | 0f4d368f3500fe8e3ac8f9a0d5ab1ca95f1ef2d0 (patch) | |
| tree | 4b849209d622531ff0f49140b0a8c787ba3609ab /etc | |
| parent | 64767008f70af88d193d36eb6d2c27e4bc95ea8e (diff) | |
| download | emacs-0f4d368f3500fe8e3ac8f9a0d5ab1ca95f1ef2d0.tar.gz emacs-0f4d368f3500fe8e3ac8f9a0d5ab1ca95f1ef2d0.zip | |
* bookmark.el: Watch bookmark file. Use lexical binding.
(bookmark-watch-bookmark-file): New user variable.
(bookmark-alist): Fix docstring.
(bookmark-bookmarks-timestamp): Renamed from bookmarks-already-loaded.
(bookmark-maybe-load-default-file, bookmark-save, bookmark-load):
Use bookmark-bookmarks-timestamp.
(bookmark-bmenu-mode-map): Define menu bar menu.
(bookmark-show-annotation, bookmark-show-all-annotations):
Make bookmarks buffer read-only.
(bookmark-bmenu-save): Use call-interactively.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1526,6 +1526,9 @@ buffer periodically when 'auto-revert-avoid-polling' is non-nil. | |||
| 1526 | *** 'bookmark-file' and 'bookmark-old-default-file' are now obsolete | 1526 | *** 'bookmark-file' and 'bookmark-old-default-file' are now obsolete |
| 1527 | aliases of 'bookmark-default-file'. | 1527 | aliases of 'bookmark-default-file'. |
| 1528 | 1528 | ||
| 1529 | *** New user option 'bookmark-watch-bookmark-file'. | ||
| 1530 | When non-nil, watch whether the bookmark file has changed on disk. | ||
| 1531 | |||
| 1529 | 1532 | ||
| 1530 | * New Modes and Packages in Emacs 27.1 | 1533 | * New Modes and Packages in Emacs 27.1 |
| 1531 | 1534 | ||