Changeset 158


Ignore:
Timestamp:
10/17/02 19:06:15 (20 years ago)
Author:
piso
Message:

Minor cleanup.

File:
1 edited

Legend:

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

    r152 r158  
    33 *
    44 * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: CommandInterpreter.java,v 1.2 2002-10-16 01:57:07 piso Exp $
     5 * $Id: CommandInterpreter.java,v 1.3 2002-10-17 19:06:15 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    289289        final Line dotLine = editor.getDotLine();
    290290        if (dotLine.next() != null) {
    291             editor.status("Not at command line");
     291            editor.status("Not at command prompt");
    292292            return;
    293293        }
Note: See TracChangeset for help on using the changeset viewer.