From 5aea0dcb61368b416b2243e7cdf3bab8d919b696 Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Sun, 22 Nov 2009 15:24:25 -0800 Subject: [PATCH] instead of trying to cause a redisplay, actually do a redisplay --- notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notmuch.el b/notmuch.el index b0fa5fb2..ef2a72a8 100644 --- a/notmuch.el +++ b/notmuch.el @@ -483,7 +483,8 @@ which this thread was originally shown." (remove-from-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) (goto-char beg) -- 2.43.0