diff options
| author | Eli Zaretskii | 2016-02-25 21:22:58 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-02-25 21:22:58 +0200 |
| commit | 9b7593c47a22d63e0b20b5f7a840827ff7bf2cf6 (patch) | |
| tree | 451007594972b17234b3307bae9ab11182cae56e | |
| parent | fde0cd1adc004928a36e323b636c5f7d999fd7d3 (diff) | |
| download | emacs-9b7593c47a22d63e0b20b5f7a840827ff7bf2cf6.tar.gz emacs-9b7593c47a22d63e0b20b5f7a840827ff7bf2cf6.zip | |
; * etc/NEWS: Reflect latest changes in saveplace.
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 8 insertions, 7 deletions
| @@ -439,13 +439,14 @@ additionally need to add `getSelection' to `xterm-extra-capabilities'. | |||
| 439 | *** `xterm-mouse-mode' now supports mouse-tracking (if your xterm supports it). | 439 | *** `xterm-mouse-mode' now supports mouse-tracking (if your xterm supports it). |
| 440 | 440 | ||
| 441 | --- | 441 | --- |
| 442 | ** To turn on `save-place' mode globally, you must call `(save-place-mode 1)'. | 442 | ** The way to turn on and off `save-place' mode has changed. |
| 443 | In order to have the last place in every file saved it is no longer | 443 | It is no longer sufficient to load the saveplace library and set |
| 444 | sufficient to load the saveplace library and set the default value of | 444 | `save-place' non-nil. Instead, use the two new minor modes: |
| 445 | `save-place' to non-nil. You must explicitly call the function | 445 | `save-place-mode' turns on saving last place in every file, and |
| 446 | `save-place-mode' with a positive argument instead. The `save-place' | 446 | `save-place-local-mode' does that only for the file in whose buffer it |
| 447 | variable is now an obsolete alias for `save-place-mode', which | 447 | is invoked. The `save-place' variable is now an obsolete alias for |
| 448 | replaces it. | 448 | `save-place-mode', which replaces it, and `toggle-save-place' is an |
| 449 | obsolete alias for the new `save-place-local-mode' command. | ||
| 449 | 450 | ||
| 450 | ** ERC | 451 | ** ERC |
| 451 | 452 | ||