X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=9ec89ca0068ec2126e54d5a18c26300c265348b8;hp=31e9d585fdd98a8880f7755c0060a53e22f15926;hb=8d2f19b896af55d256f970d71727e621255a58cb;hpb=0d340415c942a87cb29f6507979266751020109a;ds=inline diff --git a/notmuch.el b/notmuch.el index 31e9d585..9ec89ca0 100644 --- a/notmuch.el +++ b/notmuch.el @@ -608,7 +608,7 @@ which this thread was originally shown." (invis-spec (make-symbol "notmuch-citation-region"))) (add-to-invisibility-spec invis-spec) (overlay-put overlay 'invisible invis-spec) - (let ((p (point)) + (let ((p (point-marker)) (cite-button-text (concat "[" (number-to-string (count-lines beg-sub (point))) "-line citation.]"))) @@ -633,7 +633,7 @@ which this thread was originally shown." (goto-char (- beg-sub 1)) (insert (concat "\n" indent)) (let ((sig-button-text (concat "[" (number-to-string sig-lines) - "-line signature.]"))) + "-line signature. Click/Enter to show.]"))) (insert-button sig-button-text 'invisibility-spec invis-spec :type 'notmuch-button-signature-toggle-type) )