]> git.notmuchmail.org Git - notmuch/commit
emacs: fix off-by-one bug in notmuch-show-archive
authorAaron Ecay <aaronecay@gmail.com>
Thu, 22 Dec 2011 14:24:20 +0000 (09:24 -0500)
committerDavid Bremner <bremner@debian.org>
Fri, 23 Dec 2011 12:29:04 +0000 (08:29 -0400)
commit8392a7cc54c4c08c0abbf2cc2707774f504ec33f
treeeff5b2bde26b5ff71b5c86fce63c0defbe70154c
parent49af79cd2a3be66e482039f1ef05cf909144230e
emacs: fix off-by-one bug in notmuch-show-archive

Text properties change between characters; prev-s-c-property-change
returns the position after the change.  Thus, it is still inside the
invisible region.
emacs/notmuch-show.el