Changeset 4225
- Timestamp:
- 10/06/03 15:21:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/LispShell.java
r4193 r4225 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: LispShell.java,v 1.4 5 2003-10-04 17:30:08piso Exp $5 * $Id: LispShell.java,v 1.46 2003-10-06 15:21:34 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 55 55 { 56 56 setPromptRE(ARMEDBEAR_PROMPT_PATTERN); 57 setResetCommand(":reset"); 57 58 this.title = title; 58 59 }
Note: See TracChangeset
for help on using the changeset viewer.