]> git.eshelyaron.com Git - emacs.git/commit
Fix marker adjustment for undo (Bug#29118)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 15 Nov 2017 12:03:23 +0000 (07:03 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 15 Nov 2017 12:05:35 +0000 (07:05 -0500)
commit1faade882165de2e9bd63702c59c8f26531c18ed
treef46f490b6ba6f8bcb449a0260a459bb09a29deb0
parent796c7f7a949c83d64ae37cadb9a0ca28a2f1823a
Fix marker adjustment for undo (Bug#29118)

* lisp/simple.el (primitive-undo): Compare marker against absolute
value of POS, because the sign of POS is irrelevant to markers.
lisp/simple.el