commit ad42ea3f6920c7ac3bcf7196b1ddc5736767156a
parent 5d6be673035bc54a9a3df7c2b1238cd72ef38d6c
Author: Tomas Hlavaty <tom@logand.com>
Date: Tue, 26 Apr 2011 22:25:05 +0200
minor fixes
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/swank-picolisp.l b/swank-picolisp.l
@@ -95,6 +95,7 @@
) )
(de swank:autodoc (RawForm Key PrintRightMargin)
+(de swank:autodoc (RawForm . @) # Key PrintRightMargin
"Arg1 ===> Arg2 <=== Arg3" )
(de swank:swank-require (Lst))
@@ -114,3 +115,7 @@
(de swank:buffer-first-change (File)
(println 'swank:buffer-first-change File)
(flush) )
+
+(de swank:fuzzy-completions (Str Pkg . @)
+ )
+