`save-excursion' does not save&restore the mark any more
commit599ca626d760215b090012c69c749d391cfd6fbe
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Mar 2015 13:47:12 +0000 (25 09:47 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Mar 2015 13:47:12 +0000 (25 09:47 -0400)
tree6cc2d4c57d53e317d33bfc7fb2012908c14316c2
parent76040ddd8a4142e2933f1c24940d9e20c206ee6f
`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.
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/ChangeLog
doc/lispref/positions.texi
etc/NEWS
src/ChangeLog
src/editfns.c