[slime-cvs] CVS update: slime/swank.lisp

Luke Gorrie lgorrie at common-lisp.net
Tue May 3 18:58:58 UTC 2005


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv21069

Modified Files:
	swank.lisp 
Log Message:
(slime-secret): Removed #+unix conditional.

Date: Tue May  3 20:58:55 2005
Author: lgorrie

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.296 slime/swank.lisp:1.297
--- slime/swank.lisp:1.296	Mon May  2 20:44:50 2005
+++ slime/swank.lisp	Tue May  3 20:58:54 2005
@@ -395,8 +395,7 @@
   "Finds the magic secret from the user's home directory.  Returns nil
 if the file doesn't exist; otherwise the first line of the file."
   (with-open-file (in
-                   (merge-pathnames (user-homedir-pathname)
-                                    #+unix #p".slime-secret")
+                   (merge-pathnames (user-homedir-pathname) #p".slime-secret")
                    :if-does-not-exist nil)
     (and in (read-line in nil ""))))
 




More information about the slime-cvs mailing list