Changeset 4463
- Timestamp:
- 10/19/03 20:33:33 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/LispMode.java
r4459 r4463 3 3 * 4 4 * Copyright (C) 1998-2003 Peter Graves 5 * $Id: LispMode.java,v 1.6 0 2003-10-19 18:34:09piso Exp $5 * $Id: LispMode.java,v 1.61 2003-10-19 20:33:33 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 920 920 } else 921 921 editor.makeNext(buf); 922 editor. activateInOtherWindow(buf);922 editor.displayInOtherWindow(buf); 923 923 } 924 924 }
Note: See TracChangeset
for help on using the changeset viewer.