@@ -1,10 +1,10 @@ /* ================================================================== FILE: "/home/joze/src/tclreadline/tclreadline.c" - LAST MODIFICATION: "Sun Aug 22 19:06:26 1999 (joze)" + LAST MODIFICATION: "Sun Aug 22 21:26:05 1999 (joze)" (C) 1998, 1999 by Johannes Zellner, $Id$ --- tclreadline -- gnu readline for tcl @@ -329,13 +329,13 @@ rl_readline_name = "tclreadline"; rl_special_prefixes = "${"; using_history(); /** * default is " \t\n\"\\'`@$><=;|&{(" - * removed '{'. + * removed "{(. */ - rl_basic_word_break_characters = " \t\n\"\\'`@$><=;|&("; + rl_basic_word_break_characters = " \t\n\"\\'`@$><=;|&"; if (!tclrl_eof_string) tclrl_eof_string = strdup("puts {}; exit"); /* * try to read historyfile in home