[slime-cvs] CVS slime
heller
heller at common-lisp.net
Mon Sep 10 21:38:35 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv865
Modified Files:
slime.el ChangeLog
Log Message:
Minor beautifications.
* slime.el (slime-sbcl-manual-root): Move definition to
contrib/slime-references.el.
* contrib/slime-references.el (sldb-maybe-insert-references): Insert
newlines differently.
--- /project/slime/cvsroot/slime/slime.el 2007/09/10 20:09:52 1.857
+++ /project/slime/cvsroot/slime/slime.el 2007/09/10 21:38:34 1.858
@@ -277,11 +277,6 @@
:type '(choice (const :tag "Enable" t) (const :tag "Disable" nil))
:group 'slime-mode)
-(defcustom slime-sbcl-manual-root "http://www.sbcl.org/manual/"
- "*The base URL of the SBCL manual, for documentation lookup."
- :type 'string
- :group 'slime-mode)
-
;;;;; slime-mode-faces
(defgroup slime-mode-faces nil
--- /project/slime/cvsroot/slime/ChangeLog 2007/09/10 21:33:35 1.1211
+++ /project/slime/cvsroot/slime/ChangeLog 2007/09/10 21:38:34 1.1212
@@ -1,8 +1,12 @@
2007-09-10 Helmut Eller <helmut at localhost>
+ Fix some bugs introduced while moving doc refs to contrib.
+
* swank-sbcl.lisp (condition-references): It's still needed.
* slime.el (sldb-dispatch-extras): Add missing quote.
+ (slime-sbcl-manual-root): Move definition to
+ contrib/slime-references.el.
2007-09-10 Helmut Eller <heller at common-lisp.net>
More information about the slime-cvs
mailing list