[gsharp-cvs] CVS update: gsharp/gui.lisp
Robert Strandh
rstrandh at common-lisp.net
Sat Jul 17 08:21:13 UTC 2004
Update of /project/gsharp/cvsroot/gsharp
In directory common-lisp.net:/tmp/cvs-serv23040
Modified Files:
gui.lisp
Log Message:
A '() somehow got forgotten after #-cmu
Date: Sat Jul 17 01:21:13 2004
Author: rstrandh
Index: gsharp/gui.lisp
diff -u gsharp/gui.lisp:1.10 gsharp/gui.lisp:1.11
--- gsharp/gui.lisp:1.10 Fri Jul 16 06:21:47 2004
+++ gsharp/gui.lisp Sat Jul 17 01:21:13 2004
@@ -328,7 +328,7 @@
(lambda (so-far mode)
(complete-from-possibilities
so-far
- #+cmu (ext:ambiguous-files so-far) #-cmu
+ #+cmu (ext:ambiguous-files so-far) #-cmu '()
'()
:action mode
:predicate (lambda (obj) (declare (ignore obj)) t)
More information about the Gsharp-cvs
mailing list