From: handa Date: Fri, 27 Oct 2006 12:47:13 +0000 (+0000) Subject: (get_preceding_char): Fix previous change. X-Git-Tag: REL-1-3-4~15 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71c63af59f1904e1713db560681e29df7dad5ad;p=m17n%2Fm17n-lib.git (get_preceding_char): Fix previous change. --- diff --git a/src/input.c b/src/input.c index 6834bae..0c18b35 100644 --- 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) {