diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-11-09 01:50:35 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-11-09 01:50:35 +0000 |
commit | 16ce5c2c1ca757263598c0f61670bff76a50f93b (patch) | |
tree | ee8d01ff2f27352e7c6a78a66b1a61d8afa47a77 /lisp/erc | |
parent | df6a248a59b2db920872cba33c735635c7cf2e16 (diff) | |
download | emacs-16ce5c2c1ca757263598c0f61670bff76a50f93b.tar.gz |
(erc-header-line): Fix typo.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc.el | 2 |
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))) |