projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a11f4f
)
(get_preceding_char): Fix previous change.
author
handa
<handa>
Fri, 27 Oct 2006 12:47:13 +0000
(12:47 +0000)
committer
handa
<handa>
Fri, 27 Oct 2006 12:47:13 +0000
(12:47 +0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
6834bae
..
0c18b35
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-2953,7
+2953,6
@@
take_action_list (MInputContext *ic, MPlist *action_list)
if (MPLIST_SYMBOL_P (args)
&& (pos = surrounding_pos (MPLIST_SYMBOL (args))) != 0)
{
- delete_surrounding_text (ic, pos);
to = ic->cursor_pos + pos;
if (to < 0)
{