swank-picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/swank-picolisp.git/
Log | Files | Refs

commit 15ca1d321244f8356787e3ed2481bfc2932e5185
parent 1fd4ef5340fa5e83cbff0502bb6167b4c81a4cf9
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu, 28 Apr 2011 23:57:06 +0200

define empty swank:fuzzy-completion-selected

Diffstat:
Mswank-picolisp.l | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -151,6 +151,9 @@ ## TODO how to get list of all (interned) symbols for completion? ) +(de swank:fuzzy-completion-selected (Nm Compl) + ) + (de swank:find-definitions-for-emacs (Nm) ## TODO how to find where sym defined? )