[slime-cvs] CVS slime
    trittweiler 
    trittweiler at common-lisp.net
       
    Sat Sep 15 12:52:59 UTC 2007
    
    
  
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv23236
Modified Files:
	ChangeLog 
Log Message:
* slime.el (slime-split-string): New semi-portability function.
  The behaviour of `split-string' changed between Emacs21 and
  Emacs22. Thanks to Christophe Rhodes for reporting this.
  (slime-file-name-merge-source-root): Use `slime-split-string'.
  (slime-highlight-differences-in-dirname): Likewise.
--- /project/slime/cvsroot/slime/ChangeLog	2007/09/14 13:36:23	1.1216
+++ /project/slime/cvsroot/slime/ChangeLog	2007/09/15 12:52:58	1.1217
@@ -1,3 +1,11 @@
+2007-09-15  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime.el (slime-split-string): New semi-portability function.
+	The behaviour of `split-string' changed between Emacs21 and
+	Emacs22. Thanks to Christophe Rhodes for reporting this.
+	(slime-file-name-merge-source-root): Use `slime-split-string'.
+	(slime-highlight-differences-in-dirname): Likewise.
+
 2007-09-14  Helmut Eller  <heller at common-lisp.net>
 
 	Some cleanups for the REPL.
    
    
More information about the slime-cvs
mailing list