[slime-cvs] CVS slime/contrib
CVS User sboukarev
sboukarev at common-lisp.net
Wed Jun 15 09:13:21 UTC 2011
Update of /project/slime/cvsroot/slime/contrib
In directory common-lisp.net:/tmp/cvs-serv29353
Modified Files:
ChangeLog slime-scheme.el
Log Message:
* slime-scheme.el (slime-scheme-indentation-update):
`slime-indentation-update-hooks' now requires functions to accept
three arguments. Add `packages' parameter.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2011/06/14 13:59:31 1.484
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2011/06/15 09:13:21 1.485
@@ -1,3 +1,9 @@
+2011-06-15 Stas Boukarev <stassats at gmail.com>
+
+ * slime-scheme.el (slime-scheme-indentation-update):
+ `slime-indentation-update-hooks' now requires functions to accept
+ three arguments. Add `packages' parameter.
+
2011-06-14 Nikodemus Siivola <nikodemus at random-state.net>
WITH-COMPILATION-UNIT indentation.
--- /project/slime/cvsroot/slime/contrib/slime-scheme.el 2008/01/09 18:30:26 1.1
+++ /project/slime/cvsroot/slime/contrib/slime-scheme.el 2011/06/15 09:13:21 1.2
@@ -15,7 +15,7 @@
(defun slime-scheme-mode-hook ()
(slime-mode 1))
-(defun slime-scheme-indentation-update (symbol indent)
+(defun slime-scheme-indentation-update (symbol indent packages)
;; Does the symbol have an indentation value that we set?
(when (equal (get symbol 'scheme-indent-function)
(get symbol 'slime-scheme-indent))
More information about the slime-cvs
mailing list