projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f7ff8c
)
* riece-display.el (riece-update-channel-status-indicator): Fixed typo.
author
ueno
<ueno>
Wed, 1 Dec 2004 05:01:27 +0000
(
05:01
+0000)
committer
ueno
<ueno>
Wed, 1 Dec 2004 05:01:27 +0000
(
05:01
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-display.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
7eb22af
..
f36a6e7
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2004-12-01 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-display.el (riece-update-channel-status-indicator): Fixed typo.
+
2004-11-28 Daiki Ueno <ueno@unixuser.org>
* test/lunit.el (lunit-report): Accept output filename as the 2nd arg.
diff --git
a/lisp/riece-display.el
b/lisp/riece-display.el
index
2462ccd
..
6745e2d
100644
(file)
--- a/
lisp/riece-display.el
+++ b/
lisp/riece-display.el
@@
-378,8
+378,8
@@
Local to the buffer in `riece-buffer-list'.")
(if (memq ?o user)
"@"
(if (memq ?v user)
- "+")
- "-"))
+ "+"
+ "-")))
"-"))))))
(defun riece-update-buffers (&optional buffers)