# HG changeset patch # User Oleksandr Gavenko # Date 1260349493 -7200 # Node ID 404b444d990bf6a112e150ce290fdd7ec0b4a0d1 # Parent f4234e15d8918bd2368479f65b717f127a228d31 Reindent code. 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")