From 19e8ad63934428c0d0f4a091ccebdcc9b0b9ffa5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 11 Dec 2009 15:36:41 -0800 Subject: [PATCH] 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. --- notmuch.el | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0