Author: sasugaanija
Date: Tue Aug 28 05:34:05 2007
New Revision: 4922
Modified:
trunk/emacs/uim.el
Log:
* emacs/uim.el
- (uim-process-input):
Fix bug; Input events which have prefix-argument and are
terminating with ESC-something are passed to uim-el-agent.
Modified: trunk/emacs/uim.el
==============================================================================
--- trunk/emacs/uim.el (original)
+++ trunk/emacs/uim.el Tue Aug 28 05:34:05 2007
@@ -980,7 +980,8 @@
(setq send nil)
(setq wait t))
- (current-prefix-arg
+ ((or current-prefix-arg
+ uim-prefix-arg)
(setq send nil)
(setq issue t))