[uim-commit] r253 - trunk/scm
yamaken@freedesktop.org
yamaken@freedesktop.org
Tue Jan 11 06:13:01 PST 2005
Author: yamaken
Date: 2005-01-11 06:12:57 -0800 (Tue, 11 Jan 2005)
New Revision: 253
Modified:
trunk/scm/custom-vars.scm
Log:
* scm/custom-vars.scm
- (custom-group anthy, custom-group canna, custom-group skk,
custom-group prime, custom-group spellcheck): Fix undefined
variable reference for description. Thanks No.20 of [Anthy/uim
thread 5] for reporting
Modified: trunk/scm/custom-vars.scm
===================================================================
--- trunk/scm/custom-vars.scm 2005-01-11 12:49:37 UTC (rev 252)
+++ trunk/scm/custom-vars.scm 2005-01-11 14:12:57 UTC (rev 253)
@@ -186,7 +186,7 @@
(define-custom-group 'anthy
anthy-im-canonical-name
- anthy-im-desc)
+ "TODO: share im-short-desc of the IM")
(define-custom 'anthy-use-candidate-window? #t
'(anthy)
@@ -230,7 +230,7 @@
(define-custom-group 'canna
canna-im-canonical-name
- canna-im-desc)
+ "TODO: share im-short-desc of the IM")
(define-custom 'canna-use-candidate-window? #t
'(canna)
@@ -338,7 +338,7 @@
(define-custom-group 'skk
skk-im-canonical-name
- skk-im-desc)
+ "TODO: share im-short-desc of the IM")
(define-custom 'skk-dic-file-name (string-append (sys-datadir)
"/skk/SKK-JISYO.L")
@@ -423,7 +423,7 @@
(define-custom-group 'prime
prime-im-canonical-name
- prime-im-desc)
+ "TODO: share im-short-desc of the IM")
;(define-custom 'prime-use-candidate-window? #t
; '(prime)
@@ -512,7 +512,7 @@
(define-custom-group 'spellcheck
spellcheck-im-canonical-name
- spellcheck-im-desc)
+ "TODO: share im-short-desc of the IM")
(define-custom 'spellcheck-use-candidate-window? #t
'(spellcheck)
More information about the Uim-commit
mailing list