diff -r f4234e15d891 -r 404b444d990b .emacs-my --- a/.emacs-my Wed Dec 09 11:04:30 2009 +0200 +++ b/.emacs-my Wed Dec 09 11:04:53 2009 +0200 @@ -664,12 +664,13 @@ ;; ---------------------------------------------------------------------- ;; jabber (when (featurep 'jabber) - (setq jabber-history-enabled t - jabber-use-global-history nil - jabber-backlog-number 15 - jabber-backlog-days 30 - jabber-alert-presence-message-function (lambda (who oldstatus newstatus statustext) nil) - ) + (setq + jabber-history-enabled t + jabber-use-global-history nil + jabber-backlog-number 15 + jabber-backlog-days 30 + jabber-alert-presence-message-function (lambda (who oldstatus newstatus statustext) nil) + ) ) (setq my-chat-prompt "[%t] %n>\n")