commit 49bd4e4d740cc38b610a59af9d951ba2a5371052 parent 77e326818133d25619e8f2fd22938d39d0ff50ed Author: Tomas Hlavaty <tom@logand.com> Date: Sat, 19 Feb 2011 01:53:01 +0100 note added Diffstat:
M | swank-picolisp.l | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -1,5 +1,9 @@ ### -*- picolisp -*- +## Note: this is the first sketch which only establishes connection +## between slime and picolisp. Next thing to do is to implement the +## sexp based swank protocol and ideally debugger support. + ## Put the following code in your .emacs file: ## ## --- start .emacs ---