instead of trying to cause a redisplay, actually do a redisplay

This commit is contained in:
Alexander Botero-Lowry 2009-11-22 15:24:25 -08:00 committed by Alexander Botero-Lowry
parent 89d85e28b2
commit 5aea0dcb61

View file

@ -483,7 +483,8 @@ which this thread was originally shown."
(remove-from-invisibility-spec invis-spec) (remove-from-invisibility-spec invis-spec)
(add-to-invisibility-spec invis-spec) (add-to-invisibility-spec invis-spec)
)) ))
(goto-char (button-end cite-button))) (force-window-update)
(redisplay t))
(defun notmuch-show-markup-citations-region (beg end depth) (defun notmuch-show-markup-citations-region (beg end depth)
(goto-char beg) (goto-char beg)