aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Fogel2015-11-08 14:40:35 -0500
committerKarl Fogel2015-11-08 14:40:35 -0500
commit5193ad1bcbb4ec80f25cfbfae8e168360fc00534 (patch)
tree9403336004c7205672e42118b61d11a2b11d4f2e
parent3812e17978547bd659b92da817f9ddd557bd511c (diff)
downloademacs-5193ad1bcbb4ec80f25cfbfae8e168360fc00534.tar.gz
emacs-5193ad1bcbb4ec80f25cfbfae8e168360fc00534.zip
* etc/NEWS: Mention new `bookmark-set-no-overwrite'.
This really should been part of my previous commit (Sun Nov 8 14:16:43 2015 -0500, git commit 3812e17978).
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 57cc4084084..4c5639ffd3d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -321,6 +321,10 @@ standards.
321 321
322* Changes in Specialized Modes and Packages in Emacs 25.1 322* Changes in Specialized Modes and Packages in Emacs 25.1
323 323
324** New function `bookmark-set-no-overwrite' bound to C-x r M.
325It raises an error if a bookmark of that name already exists,
326unlike `bookmark-set' which silently updates an existing bookmark.
327
324** JSON 328** JSON
325--- 329---
326*** `json-pretty-print' and `json-pretty-print-buffer' now maintain 330*** `json-pretty-print' and `json-pretty-print-buffer' now maintain