Go to the beginning of the buffer after rendering

This commit is contained in:
Tom Willemse 2014-02-15 16:38:26 +01:00
parent b3bf16c58b
commit 2ce3859d0d

View file

@ -790,7 +790,8 @@ meaningless, but it's easy."
(when avandu-article-render-function
(funcall
avandu-article-render-function content-start
(min content-end (point-max))))))
(min content-end (point-max))))
(goto-char (point-min))))
(provide 'avandu)