Changeset 140


Ignore:
Timestamp:
10/14/02 23:43:18 (21 years ago)
Author:
piso
Message:

Lisp Shell mode.

File:
1 edited

Legend:

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

    r126 r140  
    33 *
    44 * Copyright (C) 2002 Peter Graves
    5  * $Id: LispShell.java,v 1.1 2002-10-13 17:11:00 piso Exp $
     5 * $Id: LispShell.java,v 1.2 2002-10-14 23:43:18 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2626    private LispShell(String shellCommand)
    2727    {
    28         super(shellCommand);
     28        super(shellCommand, LispShellMode.getMode());
     29        formatter = mode.getFormatter(this);
    2930    }
    3031
Note: See TracChangeset for help on using the changeset viewer.