(get_preceding_char): Fix previous change.
authorhanda <handa>
Fri, 27 Oct 2006 12:47:13 +0000 (12:47 +0000)
committerhanda <handa>
Fri, 27 Oct 2006 12:47:13 +0000 (12:47 +0000)
src/input.c

index 6834bae..0c18b35 100644 (file)
@@ -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)
                {