From: Fabien P. <pe...@li...> - 2001-11-02 21:40:17
|
Hi, Here is a minor change you might want to commit. ------------------------------------------ --- erc.el.old Fri Nov 2 22:27:55 2001 +++ erc.el Fri Nov 2 22:32:55 2001 @@ -303,6 +303,9 @@ "Send multiple lines from the last `erc-prompt' to the end of buffer as a single message. Deprecated, do not use it.") +(defvar erc-mod-line-separator " " + "The separator used for the mode-line") + ;; other tunable parameters (defcustom erc-auto-discard-away t @@ -5610,7 +5613,7 @@ (if (boundp 'mode-line-mule-info) mode-line-mule-info "") mode-line-modified "%b" - "/" (erc-port-to-string erc-session-port) + "/" (erc-port-to-string erc-session-port) erc-mod-line-separator (cond ((not (equal (process-status erc-process) 'open)) " (CLOSED) ") ------------------------------------------ -- Fabien Penso <pe...@li...> http://perso.LinuxFR.org/penso/ |