diff options
| author | Chong Yidong | 2006-11-09 01:50:35 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-11-09 01:50:35 +0000 |
| commit | 16ce5c2c1ca757263598c0f61670bff76a50f93b (patch) | |
| tree | ee8d01ff2f27352e7c6a78a66b1a61d8afa47a77 | |
| parent | df6a248a59b2db920872cba33c735635c7cf2e16 (diff) | |
| download | emacs-16ce5c2c1ca757263598c0f61670bff76a50f93b.tar.gz emacs-16ce5c2c1ca757263598c0f61670bff76a50f93b.zip | |
(erc-header-line): Fix typo.
| -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." | |||
| 5779 | ((functionp erc-header-line-face-method) | 5779 | ((functionp erc-header-line-face-method) |
| 5780 | (funcall erc-header-line-face-method)) | 5780 | (funcall erc-header-line-face-method)) |
| 5781 | (t | 5781 | (t |
| 5782 | erc-header-line)))) | 5782 | 'erc-header-line)))) |
| 5783 | (cond ((featurep 'xemacs) | 5783 | (cond ((featurep 'xemacs) |
| 5784 | (setq modeline-buffer-identification | 5784 | (setq modeline-buffer-identification |
| 5785 | (list (format-spec erc-mode-line-format spec))) | 5785 | (list (format-spec erc-mode-line-format spec))) |