(erc-header-line): Fix typo.
This commit is contained in:
parent
df6a248a59
commit
16ce5c2c1c
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue