Changeset 193


Ignore:
Timestamp:
11/02/02 23:13:10 (21 years ago)
Author:
piso
Message:

lisp(): use other window.

File:
1 edited

Legend:

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

    r183 r193  
    33 *
    44 * Copyright (C) 2002 Peter Graves
    5  * $Id: LispShell.java,v 1.6 2002-10-26 18:31:50 piso Exp $
     5 * $Id: LispShell.java,v 1.7 2002-11-02 23:13:10 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    9999            final Editor editor = Editor.currentEditor();
    100100            editor.makeNext(buf);
    101             editor.switchToBuffer(buf);
     101            editor.activateInOtherWindow(buf);
    102102        }
    103103    }
Note: See TracChangeset for help on using the changeset viewer.