From: Alexander Botero-Lowry <alex.boterolowry@gmail.com>
Date: Sun, 22 Nov 2009 23:24:25 +0000 (-0800)
Subject: instead of trying to cause a redisplay, actually do a redisplay
X-Git-Tag: 0.1~363^2~1
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5aea0dcb61368b416b2243e7cdf3bab8d919b696;p=obsolete%2Fnotmuch-old

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

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)