rcirc-coding-system-alist.
+2006-06-23 Ryan Yeske <rcyeske@gmail.com>
+
+ * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
+ based on rcirc-coding-system-alist.
+
2006-06-23 Martin Rudalics <rudalics@gmx.at>
* cus-edit.el (customize-apropos): A better error message.
(serv (if (consp (car i)) (cdar i) "")))
(when (and (string-match chan (or target ""))
(string-match serv (rcirc-server-name process)))
- (setq rcirc-decode-coding-system (if (consp (cdr i)) (cadr i) i)
- rcirc-encode-coding-system (if (consp (cdr i)) (cddr i) i)))))
+ (setq rcirc-decode-coding-system (if (consp (cdr i)) (cadr i) (cdr i))
+ rcirc-encode-coding-system (if (consp (cdr i)) (cddr i) (cdr i))))))
;; setup the prompt and markers
(make-local-variable 'rcirc-prompt-start-marker)