]> git.notmuchmail.org Git - notmuch/commit
Use 'forward-line' instead of 'next-line' while walking search display
authorKeith Packard <keithp@keithp.com>
Tue, 17 Nov 2009 03:05:02 +0000 (19:05 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 17 Nov 2009 06:10:36 +0000 (22:10 -0800)
commitdac31c9e01a18130f141994c98a48800cdb03efa
treefb78a2d6d5fe0acecd190b2d338978080049967a
parent057b3060e8badb1bba7d0d24cd0a05148113e2e2
Use 'forward-line' instead of 'next-line' while walking search display

The documentation for 'next-line' suggests that 'forward-line' is a
better choice for non-interactive usage. That appears to be the case
here; using next-line caused emacs to spin forever for me.

Signed-off-by: Keith Packard <keithp@keithp.com>
notmuch.el