[uim-commit] r814 - trunk/scm

yamaken at freedesktop.org yamaken at freedesktop.org
Sat Apr 2 16:29:58 PST 2005


Author: yamaken
Date: 2005-04-02 16:29:55 -0800 (Sat, 02 Apr 2005)
New Revision: 814

Modified:
   trunk/scm/uim-db.scm
Log:
* scm/uim-db.scm
  - (uim-db-insert-code!): Fix message printing


Modified: trunk/scm/uim-db.scm
===================================================================
--- trunk/scm/uim-db.scm	2005-04-03 00:24:47 UTC (rev 813)
+++ trunk/scm/uim-db.scm	2005-04-03 00:29:55 UTC (rev 814)
@@ -139,7 +139,7 @@
 	  (dbg-copy-info! (cdr code) '()) ; invalidate
 	  (dbg-copy-info! (cddr code) pos)
 	  (set-car! pos code))
-	(print "Invalid argument to uim-db-insert-code!\n"))))
+	(puts "Invalid argument to uim-db-insert-code!\n"))))
 
 (define uim-db-restore-code!
   (lambda (pos)



More information about the Uim-commit mailing list