mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
instead of trying to cause a redisplay, actually do a redisplay
This commit is contained in:
parent
89d85e28b2
commit
5aea0dcb61
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue