[slime-cvs] CVS slime/contrib
CVS User sboukarev
sboukarev at common-lisp.net
Sun Sep 13 03:15:04 UTC 2009
Update of /project/slime/cvsroot/slime/contrib
In directory cl-net:/tmp/cvs-serv14055/contrib
Modified Files:
ChangeLog slime-autodoc.el
Log Message:
* contrib/slime-autodoc.el (slime-fontify-string): do not call
(slime-autodoc-mode -1), there is no reason to do so.
And it won't mess slime-echo-arglist-function, which fixes
bug reported by Stanislaw Halik.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2009/09/04 13:00:42 1.242
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2009/09/13 03:15:03 1.243
@@ -1,3 +1,10 @@
+2009-09-13 Stas Boukarev <stassats at gmail.com>
+
+ * slime-autodoc.el (slime-fontify-string): do not call
+ (slime-autodoc-mode -1), there is no reason to do so.
+ And it won't mess slime-echo-arglist-function, which fixes
+ bug reported by Stanislaw Halik.
+
2009-09-04 Stas Boukarev <stassats at gmail.com>
* slime-repl.el (slime-sync-package-and-default-directory):
--- /project/slime/cvsroot/slime/contrib/slime-autodoc.el 2009/08/15 08:35:00 1.18
+++ /project/slime/cvsroot/slime/contrib/slime-autodoc.el 2009/09/13 03:15:03 1.19
@@ -184,7 +184,6 @@
(erase-buffer)
(unless (eq major-mode 'lisp-mode)
(lisp-mode)
- (slime-autodoc-mode -1)
(set (make-local-variable 'slime-highlight-suppressed-forms) nil))
(insert string)
(let ((font-lock-verbose nil))
More information about the slime-cvs
mailing list