X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=94a6384419ad1a46cb744e6820f603c56c1b2ef1;hp=28ef5c6b4e8af4729db502a83a2fa0ddb717737e;hb=a708ea627ea89f69ffc799bc2428edd389c7013a;hpb=9ec9662ec74e1ed2f569d77008324d2a272749ae diff --git a/notmuch.el b/notmuch.el index 28ef5c6b..94a63844 100644 --- a/notmuch.el +++ b/notmuch.el @@ -545,7 +545,7 @@ which this thread was originally shown." (goto-char (button-start (previous-button (point))))) (defun notmuch-toggle-invisible-action (cite-button) - (let ((invis-spec (button-get button 'invisibility-spec))) + (let ((invis-spec (button-get cite-button 'invisibility-spec))) (if (invisible-p invis-spec) (remove-from-invisibility-spec invis-spec) (add-to-invisibility-spec invis-spec)