Author: yamakenz
Date: Sun Apr 27 04:15:26 2008
New Revision: 5455

Modified:
   trunk/scm/tutcode.scm

Log:
* scm/tutcode.scm
  - s/%%dynlib-bind/module-bind/ to revert my local
    modifications for the module system


Modified: trunk/scm/tutcode.scm
==============================================================================
--- trunk/scm/tutcode.scm       (original)
+++ trunk/scm/tutcode.scm       Sun Apr 27 04:15:26 2008
@@ -93,7 +93,7 @@
 ;;(load-plugin "skk") ;SKK����θ򤼽񤭼���θ���Τ��ᡢlibuim-skk.so�����
 ;; FIXME: Temporary workaround for the module system reorganization
 (and-let* ((lib-path (find-module-lib-path uim-plugin-lib-load-path "skk"))
-          (proc-ptrs (%%dynlib-bind lib-path))))
+          (proc-ptrs (module-bind lib-path))))
 (require "tutcode-bushudic.scm") ;������Ѵ�����
 
 ;;; user configs

Reply via email to