diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-25 09:47:12 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-25 09:47:12 -0400 |
commit | 599ca626d760215b090012c69c749d391cfd6fbe (patch) | |
tree | 6cc2d4c57d53e317d33bfc7fb2012908c14316c2 /etc/NEWS | |
parent | 76040ddd8a4142e2933f1c24940d9e20c206ee6f (diff) | |
download | emacs-599ca626d760215b090012c69c749d391cfd6fbe.tar.gz |
`save-excursion' does not save&restore the mark any more
* src/editfns.c (save_excursion_save): Don't save the mark.
(save_excursion_restore): Don't restore the mark.
(Fsave_excursion): Fix docstring accordingly.
* doc/lispintro/emacs-lisp-intro.texi:
* doc/lispref/positions.texi (Excursions, Narrowing): `save-excursion' does
not save&restore the mark any more.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -617,6 +617,8 @@ a typographically-correct documents. * Incompatible Lisp Changes in Emacs 25.1 +** `save-excursion' does not save&restore the mark any more. + ** read-buffer-function can now be called with a 4th argument (`predicate'). ** completion-table-dynamic stays in the minibuffer. |