summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-09 01:50:35 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-09 01:50:35 +0000
commit16ce5c2c1ca757263598c0f61670bff76a50f93b (patch)
treeee8d01ff2f27352e7c6a78a66b1a61d8afa47a77 /lisp/erc
parentdf6a248a59b2db920872cba33c735635c7cf2e16 (diff)
downloademacs-16ce5c2c1ca757263598c0f61670bff76a50f93b.tar.gz
(erc-header-line): Fix typo.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc.el2
1 files changed, 1 insertions, 1 deletions
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)))