From: Daiki Ueno Date: Tue, 9 Mar 2004 01:49:12 +0000 (+0000) Subject: Fixed the last change. X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=7c1ad0a5131aea1e7cdc99072bc03a24f51908dd Fixed the last change. --- diff --git a/lisp/riece-emacs.el b/lisp/riece-emacs.el index 8fde3bc..7393c2e 100644 --- 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)