]> git.notmuchmail.org Git - notmuch/commit
Use forward-line instead of next-line
authorCarl Worth <cworth@cworth.org>
Fri, 5 Feb 2010 19:14:25 +0000 (11:14 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Feb 2010 19:31:38 +0000 (11:31 -0800)
commit78c85f053b28be0ed6c42981bc028739a98d3d93
tree6f1ad608584e3ea2781ccfc72c446a621e9f5fdc
parentee3e7416f0b341db809d3912d0dea08df2ac56c2
Use forward-line instead of next-line

We do this all the time, but at least emacs is kind enough to remind us,
(when compiling), that next-line is only intended for interactive use,
and we should use forward-line inside of lisp code.
notmuch.el