Changeset 127
- Timestamp:
- 10/13/02 17:11:51 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/CommandTable.java
r29 r127 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: CommandTable.java,v 1. 2 2002-10-02 18:16:58piso Exp $5 * $Id: CommandTable.java,v 1.3 2002-10-13 17:11:51 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 272 272 addCommand("jumpToTagAndKillList", "ListTagsMode"); 273 273 addCommand("killCompilation", "CompilationBuffer"); 274 addCommand("lisp", "LispShell"); 274 275 addCommand("listBindings", "Help"); 275 276 addCommand("listFiles", "FindInFiles");
Note: See TracChangeset
for help on using the changeset viewer.