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:
b2f5108
)
Fixed the last change.
author
ueno
<ueno>
Tue, 9 Mar 2004 01:49:12 +0000
(
01:49
+0000)
committer
ueno
<ueno>
Tue, 9 Mar 2004 01:49:12 +0000
(
01:49
+0000)
lisp/riece-emacs.el
patch
|
blob
|
history
diff --git
a/lisp/riece-emacs.el
b/lisp/riece-emacs.el
index
8fde3bc
..
7393c2e
100644
(file)
--- a/
lisp/riece-emacs.el
+++ b/
lisp/riece-emacs.el
@@
-92,7
+92,7
@@
(defalias 'riece-match-string-no-properties 'match-string-no-properties)
(defun riece-propertize-modeline-string (string &rest properties)
- (add-text-properties 0 (length string) string properties)
+ (add-text-properties 0 (length string) properties string)
string)
(provide 'riece-emacs)