commit bash-20041101 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:38:54 -05:00
parent d90269dd00
commit 177d51f71e
8 changed files with 4964 additions and 18 deletions
+1 -1
View File
@@ -1032,7 +1032,7 @@ _rl_rubout_char (count, key)
#endif /* HANDLE_MULTIBYTE */
/* I don't think that the hack for end of line is needed for
multibyte chars. */
multibyte chars (and it doesn't work for those chars, anyway). */
#if defined (HANDLE_MULTIBYTE)
if (MB_CUR_MAX == 1 || rl_byte_oriented)
#endif