From 16ce5c2c1ca757263598c0f61670bff76a50f93b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 9 Nov 2006 01:50:35 +0000 Subject: [PATCH] (erc-header-line): Fix typo. --- lisp/erc/erc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 315c01c7348..1944bb1a832 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -5779,7 +5779,7 @@ if `erc-away' is non-nil." ((functionp erc-header-line-face-method) (funcall erc-header-line-face-method)) (t - erc-header-line)))) + 'erc-header-line)))) (cond ((featurep 'xemacs) (setq modeline-buffer-identification (list (format-spec erc-mode-line-format spec))) -- 2.39.5