commit bash-20090108 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:35:09 -05:00
parent 012bac3904
commit dc9f44b307
146 changed files with 13566 additions and 12823 deletions
+2 -2
View File
@@ -1006,8 +1006,8 @@ bash_forward_shellword (count, key)
if (rl_line_buffer[p] == 0 || p == rl_end)
{
rl_point = rl_end;
ding ();
rl_point = rl_end;
rl_ding ();
return 0;
}