]> git.notmuchmail.org Git - notmuch/commitdiff
compatibility with emacs22
authorJames Vasile <james@hackervisions.org>
Sun, 28 Feb 2010 01:34:45 +0000 (20:34 -0500)
committerCarl Worth <cworth@cworth.org>
Tue, 16 Nov 2010 23:04:22 +0000 (15:04 -0800)
Emacs22 lacks apply-partially and mouse-event-p, so define them if emacs
version is less than 23.  With this change, I was able to begin using
notmuch in emacs22.

The definitions of apply-partially and mouse-event-p are copied from
the emacs 23 distribution, (which is distributed under the GPLv3+ just
as notmuch).


No differences found