Revision: 6799 Author: ek.kato Date: Sun Nov 7 17:56:20 2010 Log: * emacs/uim-helper.el (uim-helper-process-sentinel) : Use "uim-helper.el" string for the error message.
http://code.google.com/p/uim/source/detail?r=6799 Modified: /trunk/emacs/uim-helper.el ======================================= --- /trunk/emacs/uim-helper.el Sun Apr 4 20:35:54 2010 +++ /trunk/emacs/uim-helper.el Sun Nov 7 17:56:20 2010 @@ -85,7 +85,7 @@ (defun uim-helper-process-sentinel (proc stat) - (message "uim.el: %s" stat) + (message "uim-helper.el: %s" stat) (setq uim-el-helper-agent-process nil) )
