]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch.el: Don't use beginning-of-buffer from elisp program.
[notmuch] / notmuch.el
index 65473ba70911fd0ab5bdc6e0f2e05b71dd72b2a9..9b23e3511fbd789e8aaca6ed9c374826b57e475f 100644 (file)
@@ -877,7 +877,7 @@ thread from that buffer can be show when done with this one)."
                           (setq btn (forward-button 1))
                         (error (setq btn nil)))
                     ))
-                  (beginning-of-buffer)
+                  (goto-char (point-min))
                   ))))
       )))