Changeset 369
- Timestamp:
- 09/16/08 18:42:45 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jasko.tim.lisp/src/jasko/tim/lisp/editors/actions/WatchAction.java
r304 r369 10 10 public class WatchAction extends LispAction { 11 11 private ILispEditor editor; 12 public static String macro = "(defmacro cusp-watch (x) `(progn (format t \"~a -> ~a \" ',x ,x) ,x))";12 public static String macro = "(defmacro cusp-watch (x) `(progn (format t \"~a -> ~a~%\" ',x ,x) ,x))"; 13 13 public static String start = "(cl-user::cusp-watch "; 14 14 public static String splitregx = "\\(cl-user::cusp-watch ";
