diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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. | ||
| 325 | It raises an error if a bookmark of that name already exists, | ||
| 326 | unlike `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 |