[slime-cvs] CVS slime/contrib
CVS User nsiivola
nsiivola at common-lisp.net
Sat Nov 19 16:41:33 UTC 2011
Update of /project/slime/cvsroot/slime/contrib
In directory tiger.common-lisp.net:/tmp/cvs-serv20815/contrib
Modified Files:
ChangeLog slime-cl-indent.el
Log Message:
slime-indentation: add !def-debug-command to "sbcl" style
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2011/11/16 10:01:19 1.506
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2011/11/19 16:41:33 1.507
@@ -1,3 +1,7 @@
+2011-11-19 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * slime-cl-indent.el ("sbcl"): Add indentation alias for !def-debug-command.
+
2011-11-16 Stas Boukarev <stassats at gmail.com>
* slime-repl.el (slime-open-stream-to-lisp): Set the process coding system
--- /project/slime/cvsroot/slime/contrib/slime-cl-indent.el 2011/11/12 12:01:52 1.54
+++ /project/slime/cvsroot/slime/contrib/slime-cl-indent.el 2011/11/19 16:41:33 1.55
@@ -482,7 +482,8 @@
(def!type (as deftype))
(defmacro-mundanely (as defmacro))
(define-source-transform (as defun))
- (!def-type-translator (as defun))))
+ (!def-type-translator (as defun))
+ (!def-debug-command (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