[slime-cvs] CVS slime/contrib
CVS User heller
heller at common-lisp.net
Tue Dec 6 18:57:18 UTC 2011
Update of /project/slime/cvsroot/slime/contrib
In directory tiger.common-lisp.net:/tmp/cvs-serv29236/contrib
Modified Files:
ChangeLog slime-asdf.el
Log Message:
* slime-asdf.el (slime-asdf): New custom group.
* slime-asdf.el (slime-asdf-collect-notes): Put this variable in.
Patch by Didier Verna.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2011/12/05 11:29:18 1.522
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2011/12/06 18:57:18 1.523
@@ -1,3 +1,8 @@
+2011-12-06 Didier Verna <didier at xemacs.org>
+
+ * slime-asdf.el (slime-asdf): New custom group.
+ * slime-asdf.el (slime-asdf-collect-notes): Put this variable in.
+
2011-12-05 Helmut Eller <heller at common-lisp.net>
Drop flow control from repl-output-stream.
--- /project/slime/cvsroot/slime/contrib/slime-asdf.el 2010/05/28 19:13:17 1.32
+++ /project/slime/cvsroot/slime/contrib/slime-asdf.el 2011/12/06 18:57:18 1.33
@@ -1,4 +1,3 @@
-
(define-slime-contrib slime-asdf
"ASDF support."
(:authors "Daniel Barlow <dan at telent.net>"
@@ -18,6 +17,11 @@
;;; Utilities
+(defgroup slime-asdf nil
+ "ASDF support for Slime."
+ :prefix "slime-asdf-"
+ :group 'slime)
+
(defvar slime-system-history nil
"History list for ASDF system names.")
@@ -69,7 +73,9 @@
(defcustom slime-asdf-collect-notes t
"Collect and display notes produced by the compiler.
-See also `slime-highlight-compiler-notes' and `slime-compilation-finished-hook'.")
+See also `slime-highlight-compiler-notes' and
+`slime-compilation-finished-hook'."
+ :group 'slime-asdf)
(defun slime-asdf-operation-finished-function (system)
(if slime-asdf-collect-notes
More information about the slime-cvs
mailing list