aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-11 15:36:41 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-11 15:54:53 -0800
commit19e8ad63934428c0d0f4a091ccebdcc9b0b9ffa5 (patch)
treecd5a44c45dde4fb44ac4d448c48c107d8083e03e /notmuch.el
parent2e3d07b8d50ecbc48cf2c40e0557201d42081ab9 (diff)
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.
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el1
1 files changed, 0 insertions, 1 deletions
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)