]> git.eshelyaron.com Git - emacs.git/commit
Remove redundant checks for the empty overlay tree
authorAndreas Politz <politza@hochschule-trier.de>
Mon, 9 Oct 2017 06:22:43 +0000 (08:22 +0200)
committerAndreas Politz <politza@hochschule-trier.de>
Mon, 9 Oct 2017 06:22:43 +0000 (08:22 +0200)
commit8869332684c2302b5ba1ead4568bbc7ba1c0183e
treea28ca47b5064e0c12b1d9f636ef04948989cf301
parenta38c38c0526894ff05e2317994703c1157d5f909
Remove redundant checks for the empty overlay tree

* src/alloc.c (mark_buffer): Remove b->overlays check.
* src/buffer.c (copy_overlays): Also.
* src/buffer.c (swap_buffer_overlays, overlays_in): Also.
  (next_overlay_change, previous_overlay_change): Also.
  (overlay_touches_p, Foverlay_lists): Also.
  (evaporate_overlays): Also.
* src/xdisp.c (load_overlay_strings): Also.
src/alloc.c
src/buffer.c
src/xdisp.c