]> git.notmuchmail.org Git - notmuch/commit
emacs: Remove non-interactive call of goto-line
authorCarl Worth <cworth@cworth.org>
Thu, 28 Oct 2010 00:58:19 +0000 (17:58 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 28 Oct 2010 00:58:19 +0000 (17:58 -0700)
commit75f703e7c2fe33920342c1bc534d19935c1e3513
tree778d6bc3037e8474e46635ddae0d5ede4e3acaf4
parent4ddb5ab4dd42208ba24989f188bdd06ab7865b5e
emacs: Remove non-interactive call of goto-line

As the emacs compiler warns, the goto-line function is only intended for
interactive use. Instead use the approach recommended in the goto-line
documentation to avoid this.
emacs/notmuch.el