Changeset 193
- Timestamp:
- 11/02/02 23:13:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/LispShell.java
r183 r193 3 3 * 4 4 * 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 $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 99 99 final Editor editor = Editor.currentEditor(); 100 100 editor.makeNext(buf); 101 editor. switchToBuffer(buf);101 editor.activateInOtherWindow(buf); 102 102 } 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.