Changeset 188
- Timestamp:
- 10/30/02 20:37:28 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/Editor.java
r185 r188 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: Editor.java,v 1.1 2 2002-10-30 18:47:25piso Exp $5 * $Id: Editor.java,v 1.13 2002-10-30 20:37:28 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 2386 2386 macro.record(command); 2387 2387 } 2388 if (command.length() > 0 && command.charAt(0) == '(') { 2389 // Lisp form. 2390 executeCommand(command); 2391 return true; 2392 } 2388 2393 String[] array = parseCommand(command); 2389 2394 if (array != null) {
Note: See TracChangeset
for help on using the changeset viewer.