emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9b7593c: ; * etc/NEWS: Reflect latest changes in


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 9b7593c: ; * etc/NEWS: Reflect latest changes in saveplace.
Date: Thu, 25 Feb 2016 19:23:40 +0000

branch: emacs-25
commit 9b7593c47a22d63e0b20b5f7a840827ff7bf2cf6
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/NEWS: Reflect latest changes in saveplace.
---
 etc/NEWS |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index ae34a37..cd67dbe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -439,13 +439,14 @@ additionally need to add `getSelection' to 
`xterm-extra-capabilities'.
 *** `xterm-mouse-mode' now supports mouse-tracking (if your xterm supports it).
 
 ---
-** To turn on `save-place' mode globally, you must call `(save-place-mode 1)'.
-In order to have the last place in every file saved it is no longer
-sufficient to load the saveplace library and set the default value of
-`save-place' to non-nil.  You must explicitly call the function
-`save-place-mode' with a positive argument instead.  The `save-place'
-variable is now an obsolete alias for `save-place-mode', which
-replaces it.
+** The way to turn on and off `save-place' mode has changed.
+It is no longer sufficient to load the saveplace library and set
+`save-place' non-nil.  Instead, use the two new minor modes:
+`save-place-mode' turns on saving last place in every file, and
+`save-place-local-mode' does that only for the file in whose buffer it
+is invoked.  The `save-place' variable is now an obsolete alias for
+`save-place-mode', which replaces it, and `toggle-save-place' is an
+obsolete alias for the new `save-place-local-mode' command.
 
 ** ERC
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]