aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2015-04-27 19:12:11 -0400
committerStefan Monnier2015-04-27 19:12:11 -0400
commit9c3e1e4e5bc230c4b4fd6649b6afb5d4792592c2 (patch)
tree763dbe8c4c75a2aff9cbab33522125b14136be1b /etc
parentc603274f264d550bbae6b0b5c906dfebb78c7eb3 (diff)
downloademacs-9c3e1e4e5bc230c4b4fd6649b6afb5d4792592c2.tar.gz
emacs-9c3e1e4e5bc230c4b4fd6649b6afb5d4792592c2.zip
* lisp/saveplace.el (save-place-mode): New minor mode.
(save-place): Redefine as an obsolete alias.
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 a505cf2f0e7..1a1492b6697 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -237,6 +237,9 @@ Unicode standards.
237 237
238 238
239* Changes in Specialized Modes and Packages in Emacs 25.1 239* Changes in Specialized Modes and Packages in Emacs 25.1
240
241** The `save-place' variable is replaced by a `save-place-mode'.
242
240** Midnight-mode 243** Midnight-mode
241*** `midnight-mode' is a proper minor mode. 244*** `midnight-mode' is a proper minor mode.
242*** clean-buffer-*-regexps can now specify buffers via predicate functions. 245*** clean-buffer-*-regexps can now specify buffers via predicate functions.