]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Don't use beginning-of-buffer from elisp program.
authorCarl Worth <cworth@cworth.org>
Mon, 30 Nov 2009 17:48:15 +0000 (09:48 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 30 Nov 2009 17:48:15 +0000 (09:48 -0800)
commit0671436872a37589003860ab31bac40ed04a7cce
tree5e2df598d65c20968a68e58020ffa814a92e0a51
parenta2a522a758518d19e0cf4b96cf3c55287b0fbf4f
notmuch.el: Don't use beginning-of-buffer from elisp program.

This silences a warning when compiling notmuch.el. The documentation
of beginning-of-buffer does say (rather emphatically) that it's not
to be used from lisp programs.
notmuch.el