diff options
Diffstat (limited to 'appl/acme')
| -rw-r--r-- | appl/acme/ecmd.b | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appl/acme/ecmd.b b/appl/acme/ecmd.b index 19e38eb3..019cb8eb 100644 --- a/appl/acme/ecmd.b +++ b/appl/acme/ecmd.b @@ -596,7 +596,6 @@ u_cmd(t: ref Text, cp: ref Cmd): int oseq = -1; while(n-->0 && t.file.seq!=0 && t.file.seq!=oseq){ oseq = t.file.seq; -warning(nil, sprint("seq %d\n", t.file.seq)); undo(t, flag); } return TRUE; |
