Changeset 158
- Timestamp:
- 10/17/02 19:06:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/CommandInterpreter.java
r152 r158 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: CommandInterpreter.java,v 1. 2 2002-10-16 01:57:07piso Exp $5 * $Id: CommandInterpreter.java,v 1.3 2002-10-17 19:06:15 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 289 289 final Line dotLine = editor.getDotLine(); 290 290 if (dotLine.next() != null) { 291 editor.status("Not at command line");291 editor.status("Not at command prompt"); 292 292 return; 293 293 }
Note: See TracChangeset
for help on using the changeset viewer.