; * etc/NEWS: Reflect latest changes in saveplace.
This commit is contained in:
parent
fde0cd1adc
commit
9b7593c47a
1 changed files with 8 additions and 7 deletions
15
etc/NEWS
15
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).
|
*** `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)'.
|
** The way to turn on and off `save-place' mode has changed.
|
||||||
In order to have the last place in every file saved it is no longer
|
It is no longer sufficient to load the saveplace library and set
|
||||||
sufficient to load the saveplace library and set the default value of
|
`save-place' non-nil. Instead, use the two new minor modes:
|
||||||
`save-place' to non-nil. You must explicitly call the function
|
`save-place-mode' turns on saving last place in every file, and
|
||||||
`save-place-mode' with a positive argument instead. The `save-place'
|
`save-place-local-mode' does that only for the file in whose buffer it
|
||||||
variable is now an obsolete alias for `save-place-mode', which
|
is invoked. The `save-place' variable is now an obsolete alias for
|
||||||
replaces it.
|
`save-place-mode', which replaces it, and `toggle-save-place' is an
|
||||||
|
obsolete alias for the new `save-place-local-mode' command.
|
||||||
|
|
||||||
** ERC
|
** ERC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue