From e71c63af59f1904e1713db560681e29df7dad5ad Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 27 Oct 2006 12:47:13 +0000 Subject: [PATCH] (get_preceding_char): Fix previous change. --- src/input.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 1.7.10.4