]> git.eshelyaron.com Git - emacs.git/commit
* buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
authorKen Raeburn <raeburn@raeburn.org>
Sun, 19 May 2002 23:12:30 +0000 (23:12 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 19 May 2002 23:12:30 +0000 (23:12 +0000)
commit1138e74218b2b5a2912580751740351a73180070
tree1f12b89cbbbb99c889550f2d889787ee21094810
parent89fa1ef503c1aa8abb920d1a0ea049d2d651530e
* buffer.c (fix_overlays_in_range, fix_overlays_before): Don't take the address
of the cdr part of a cons cell; instead, track the parent cell and call
XSETCDR, or set the variable for the head of the list if we haven't started
down the list yet.
src/buffer.c