[slime-cvs] CVS slime/contrib
    CVS User nsiivola 
    nsiivola at common-lisp.net
       
    Mon Oct 31 09:44:59 UTC 2011
    
    
  
Update of /project/slime/cvsroot/slime/contrib
In directory tiger.common-lisp.net:/tmp/cvs-serv10172/contrib
Modified Files:
	ChangeLog slime-cl-indent.el 
Log Message:
slime-indent: add !DEF-TYPE-TRANSLATOR indentation to "sbcl" style
--- /project/slime/cvsroot/slime/contrib/ChangeLog	2011/10/29 11:15:15	1.500
+++ /project/slime/cvsroot/slime/contrib/ChangeLog	2011/10/31 09:44:59	1.501
@@ -1,3 +1,7 @@
+2011-10-31  Nikodemus Siivola  <nikodemus at random-state.net>
+
+	* slime-cl-indent.el (style "sbcl"): Indentation for !DEF-TYPE-TRANSLATOR.
+
 2011-10-29  Nikodemus Siivola  <nikodemus at random-state.net>
 
 	Two patches by Tomohiro Matsuyama <tomo at cx4a.org>.
--- /project/slime/cvsroot/slime/contrib/slime-cl-indent.el	2011/10/29 11:15:15	1.50
+++ /project/slime/cvsroot/slime/contrib/slime-cl-indent.el	2011/10/31 09:44:59	1.51
@@ -481,7 +481,8 @@
    (def!struct         (as defstruct))
    (def!type           (as deftype))
    (defmacro-mundanely (as defmacro))
-   (define-source-transform (as defun))))
+   (define-source-transform (as defun))
+   (!def-type-translator (as defun))))
 
 (defcustom common-lisp-style-default nil
     "Name of the Common Lisp indentation style to use in lisp-mode buffers if
    
    
More information about the slime-cvs
mailing list