projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d85e2
)
instead of trying to cause a redisplay, actually do a redisplay
author
Alexander Botero-Lowry
<alex.boterolowry@gmail.com>
Sun, 22 Nov 2009 23:24:25 +0000
(15:24 -0800)
committer
Alexander Botero-Lowry
<alexbl@fortitudo.(none)>
Sun, 22 Nov 2009 23:26:18 +0000
(15:26 -0800)
notmuch.el
patch
|
blob
|
history
diff --git
a/notmuch.el
b/notmuch.el
index b0fa5fb20c96b75383a70547bdba51b96bf8c1b0..ef2a72a82e6f874a90a1836099db090817927624 100644
(file)
--- 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)