aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRoland Winkler2019-06-18 00:59:11 -0500
committerRoland Winkler2019-06-18 00:59:11 -0500
commit0f4d368f3500fe8e3ac8f9a0d5ab1ca95f1ef2d0 (patch)
tree4b849209d622531ff0f49140b0a8c787ba3609ab /etc
parent64767008f70af88d193d36eb6d2c27e4bc95ea8e (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 71052aa919f..b31ab12d0ea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1527aliases of 'bookmark-default-file'. 1527aliases of 'bookmark-default-file'.
1528 1528
1529*** New user option 'bookmark-watch-bookmark-file'.
1530When 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