[slime-cvs] CVS slime/contrib

CVS User sboukarev sboukarev at common-lisp.net
Thu Jan 3 12:40:52 UTC 2013


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

Modified Files:
	ChangeLog slime-cl-indent.el 
Log Message:
* contrib/slime-cl-indent.el (define-common-lisp-style "basic"): Don't set
`comment-column' to NIL, it only can accept integers.


--- /project/slime/cvsroot/slime/contrib/ChangeLog	2012/12/26 10:40:47	1.560
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2013/01/03 12:40:52	1.561
@@ -1,3 +1,8 @@
+2013-01-03  Stas Boukarev  <stassats at gmail.com>
+
+	* slime-cl-indent.el (define-common-lisp-style "basic"): Don't set
+	`comment-column' to NIL, it only can accept integers.
+
 2012-12-26  Francois-Rene Rideau <tunes at google.com>
 
 	* swank-asdf.lisp: Better support for different versions of ASDF.
--- /project/slime/cvsroot/slime/contrib/slime-cl-indent.el	2012/04/13 16:16:11	1.67
+++ /project/slime/cvsroot/slime/contrib/slime-cl-indent.el	2013/01/03 12:40:52	1.68
@@ -438,8 +438,7 @@
    (lisp-indent-defun-method (4 &lambda &body))
    ;; Without these (;;foo would get a space inserted between
    ;; ( and ; by indent-sexp.
-   (comment-indent-function (lambda () nil))
-   (comment-column nil)))
+   (comment-indent-function (lambda () nil))))
 
 (define-common-lisp-style "classic"
   "This style of indentation emulates the most striking features of 1995





More information about the slime-cvs mailing list