[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erc-commit] [commit][master] erc-track: Minor cosmetic changes.
From: |
mwolson |
Subject: |
[Erc-commit] [commit][master] erc-track: Minor cosmetic changes. |
Date: |
Mon, 28 Jan 2008 00:00:08 -0500 |
commit a1fae567a8c6b85fea49140c7120f09e536eb08a
Author: Michael W. Olson <address@hidden>
Date: Sun Jan 27 23:53:50 2008 -0500
erc-track: Minor cosmetic changes.
* erc-track.el (erc-modified-channels-display): Indentation.
(erc-track-find-face): Typo.
diff --git a/erc-track.el b/erc-track.el
index 8f6f7aa..3a7511c 100644
--- a/erc-track.el
+++ b/erc-track.el
@@ -854,7 +854,7 @@ Use `erc-make-mode-line-buffer-name' to create buttons."
(when (featurep 'xemacs)
(erc-modified-channels-object nil))
(setq erc-modified-channels-object
- (erc-modified-channels-object strings))))))
+ (erc-modified-channels-object strings))))))
(defun erc-modified-channels-remove-buffer (buffer)
"Remove BUFFER from `erc-modified-channels-alist'."
@@ -868,7 +868,7 @@ Use `erc-make-mode-line-buffer-name' to create buttons."
(defun erc-track-find-face (faces)
"Return the face to use in the modeline from the faces in FACES.
If `erc-track-faces-priority-list' is set, the one from FACES who
-is first in that list will be used. If nothing matches of if
+is first in that list will be used. If nothing matches or if
`erc-track-faces-priority-list' is not set, the default mode-line
faces will be used.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Erc-commit] [commit][master] erc-track: Minor cosmetic changes.,
mwolson <=