Changeset 4225


Ignore:
Timestamp:
10/06/03 15:21:34 (20 years ago)
Author:
piso
Message:

Set reset command for JLisp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/LispShell.java

    r4193 r4225  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: LispShell.java,v 1.45 2003-10-04 17:30:08 piso Exp $
     5 * $Id: LispShell.java,v 1.46 2003-10-06 15:21:34 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    5555    {
    5656        setPromptRE(ARMEDBEAR_PROMPT_PATTERN);
     57        setResetCommand(":reset");
    5758        this.title = title;
    5859    }
Note: See TracChangeset for help on using the changeset viewer.