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.
This commit is contained in:
Carl Worth 2009-12-11 15:36:41 -08:00
parent 2e3d07b8d5
commit 19e8ad6393

View file

@ -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)