]> git.eshelyaron.com Git - emacs.git/commit
* buffer.c (drop_overlay):
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Sep 2013 14:40:09 +0000 (18:40 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Sep 2013 14:40:09 +0000 (18:40 +0400)
commitbc923770d292650f38458a220343929b9973ba90
tree271ca74b40ab7d753d74e6400d13ce529d1174db
parentb1cf96dec798e85874002803d16f9848b73d4f70
* buffer.c (drop_overlay):
* fileio.c (restore_point_unwind): Prefer unchain_marker to
Fset_marker (X, Qnil, ...) (which is the same but a bit slower).
src/ChangeLog
src/buffer.c
src/fileio.c