summaryrefslogtreecommitdiff
path: root/notmuch.el
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alex.boterolowry@gmail.com>2009-11-22 15:24:25 -0800
committerAlexander Botero-Lowry <alexbl@fortitudo.(none)>2009-11-22 15:26:18 -0800
commit5aea0dcb61368b416b2243e7cdf3bab8d919b696 (patch)
treeaad63f16c3878c3715e3d80458ac74ed7df1ef80 /notmuch.el
parent89d85e28b2dc9b0a75a963dd4042aa657ba871b8 (diff)
instead of trying to cause a redisplay, actually do a redisplay
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index b0fa5fb..ef2a72a 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)