From: Carl Worth Date: Fri, 11 Dec 2009 23:36:41 +0000 (-0800) Subject: emacs: Don't insert extra line after citations. X-Git-Tag: 0.1~207 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=19e8ad63934428c0d0f4a091ccebdcc9b0b9ffa5;ds=sidebyside emacs: Don't insert extra line after citations. This extra line had been annoying me for a while, so I'm glad to see it go away. --- diff --git a/notmuch.el b/notmuch.el index 33e434f3..492b5d66 100644 --- a/notmuch.el +++ b/notmuch.el @@ -619,7 +619,6 @@ which this thread was originally shown." (insert-button cite-button-text 'invisibility-spec invis-spec :type 'notmuch-button-citation-toggle-type) - (insert "\n") (goto-char (+ (length cite-button-text) p)) )))) (move-to-column depth)