[uim-commit] r2492 - trunk/emacs
ekato at freedesktop.org
ekato at freedesktop.org
Fri Dec 9 05:23:55 PST 2005
Author: ekato
Date: 2005-12-09 05:23:49 -0800 (Fri, 09 Dec 2005)
New Revision: 2492
Modified:
trunk/emacs/uim-preedit.el
Log:
2005-12-09 Konosuke Watanabe
* emacs/uim-preedit.el
- Support underline-reversed face.
Modified: trunk/emacs/uim-preedit.el
===================================================================
--- trunk/emacs/uim-preedit.el 2005-12-09 13:22:40 UTC (rev 2491)
+++ trunk/emacs/uim-preedit.el 2005-12-09 13:23:49 UTC (rev 2492)
@@ -77,10 +77,10 @@
(let ((face (cond
((string-match "s" preedit-flag)
'uim-separator-face)
+ ((string-match "ru" preedit-flag)
+ 'uim-preedit-highlight-underline-face)
((string-match "u" preedit-flag)
'uim-preedit-underline-face)
- ((string-match "ru" preedit-flag)
- 'uim-preedit-highlight-underline-face)
((string-match "r" preedit-flag)
'uim-preedit-highlight-face)
(t
More information about the uim-commit
mailing list