summaryrefslogtreecommitdiff
path: root/jabber-chat.el
diff options
context:
space:
mode:
authorMagnus Henoch <mange@freemail.hu>2005-01-06 20:13:11 +0000
committerKirill A. Korinskiy <catap@catap.ru>2005-01-06 20:13:11 +0000
commite0959f93a3b60f6636141f7ecafcc29fac9c692a (patch)
treeaff16fd6462c602af6bce3fc4009c7b9ec46cd29 /jabber-chat.el
parentaa1910d7021d3950f09b264ca72216881e1f4ef2 (diff)
Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-2
Creator: Magnus Henoch <mange@freemail.hu> Fix newlines in more places
Diffstat (limited to 'jabber-chat.el')
-rw-r--r--jabber-chat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber-chat.el b/jabber-chat.el
index db52178..0c2cea3 100644
--- a/jabber-chat.el
+++ b/jabber-chat.el
@@ -450,7 +450,7 @@ TIMESTAMP is timestamp, or nil for now."
;; If this message comes from the room itself, nick will be nil.
;; jabber-format-body understands that as a system message,
;; and gives it another face.
- (if body (insert (jabber-format-body body
+ (if body (insert (jabber-format-body (concat body "\n")
jabber-groupchat-prompt-format
'jabber-chat-prompt-foreign
(format-time-string jabber-chat-time-format timestamp)