Changeset 127


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

lisp

File:
1 edited

Legend:

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

    r29 r127  
    33 *
    44 * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: CommandTable.java,v 1.2 2002-10-02 18:16:58 piso Exp $
     5 * $Id: CommandTable.java,v 1.3 2002-10-13 17:11:51 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    272272            addCommand("jumpToTagAndKillList", "ListTagsMode");
    273273            addCommand("killCompilation", "CompilationBuffer");
     274            addCommand("lisp", "LispShell");
    274275            addCommand("listBindings", "Help");
    275276            addCommand("listFiles", "FindInFiles");
Note: See TracChangeset for help on using the changeset viewer.