[uim-commit] r217 - trunk/uim

yamaken@freedesktop.org yamaken@freedesktop.org
Mon Jan 10 01:53:01 PST 2005


Author: yamaken
Date: 2005-01-10 01:52:59 -0800 (Mon, 10 Jan 2005)
New Revision: 217

Modified:
   trunk/uim/uim-custom.c
Log:
* uim/uim-custom.c
  - (uim_custom_key_get): Fix argument passing of UIM_EVAL_FSTRING()


Modified: trunk/uim/uim-custom.c
===================================================================
--- trunk/uim/uim-custom.c	2005-01-10 09:49:42 UTC (rev 216)
+++ trunk/uim/uim-custom.c	2005-01-10 09:52:59 UTC (rev 217)
@@ -335,8 +335,8 @@
   int *key_type_list, editor_type, list_len, i;
   struct uim_custom_key *custom_key, **custom_key_list;
 
-  UIM_EVAL_FSTRING3(NULL, "(define %s (apply (if uim-custom-expand-key? custom-expand-key-references list) (custom-value '%s))",
-		    str_list_arg, custom_sym, custom_sym);
+  UIM_EVAL_FSTRING2(NULL, "(define %s (apply (if uim-custom-expand-key? custom-expand-key-references list) (custom-value '%s))",
+		    str_list_arg, custom_sym);
   key_literal_list =
     (char **)uim_scm_c_list(str_list_arg,
 			    "(lambda (key) (if (symbol? key) symbol->string key))",



More information about the Uim-commit mailing list