Changeset 164
- Timestamp:
- 10/19/02 13:30:35 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Shell.java
r153 r164 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: Shell.java,v 1.1 3 2002-10-16 02:00:48piso Exp $5 * $Id: Shell.java,v 1.14 2002-10-19 13:30:35 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 518 518 return; 519 519 } 520 last.setFlags(0); 520 521 // Look at the next-to-last line. 521 522 final Line nextToLast = last.previous();
Note: See TracChangeset
for help on using the changeset viewer.