]> git.eshelyaron.com Git - emacs.git/commit
* lisp/simple.el (set-mark): Ensure mark-active is nil if the mark is nil.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 11 Mar 2014 17:10:07 +0000 (13:10 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 11 Mar 2014 17:10:07 +0000 (13:10 -0400)
commit536a17e3c6e808e34f4a9477025f4000b7975fd5
tree5668f9c5e32028344778c399e1bd1d5c9d5720ec
parent3d8bb58a990a1dc5bcfadd6cdb5c7b6be8214ca9
* lisp/simple.el (set-mark): Ensure mark-active is nil if the mark is nil.
Deactivate the mark before setting it to nil.
(activate-mark): Do nothing if region is already active.

Fixes: debbugs:16975
lisp/ChangeLog
lisp/simple.el