commit bash-20061116 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:00:40 -05:00
parent 906833f0cf
commit 2569d6d5a4
84 changed files with 45408 additions and 1165 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ rl_do_undo ()
start = end = waiting_for_begin = 0;
do
{
if (!rl_undo_list)
if (rl_undo_list == 0)
return (0);
_rl_doing_an_undo = 1;
@@ -291,7 +291,7 @@ int
rl_revert_line (count, key)
int count, key;
{
if (!rl_undo_list)
if (rl_undo_list == 0)
rl_ding ();
else
{