[slime-cvs] CVS slime
mkoeppe
mkoeppe at common-lisp.net
Wed Mar 29 22:36:13 UTC 2006
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv22067
Modified Files:
slime.el
Log Message:
(slime-repl-mode): Enable autodoc-mode if slime-use-autodoc-mode is
true.
--- /project/slime/cvsroot/slime/slime.el 2006/03/28 20:12:06 1.611
+++ /project/slime/cvsroot/slime/slime.el 2006/03/29 22:36:13 1.612
@@ -3040,6 +3040,8 @@
(add-hook 'kill-buffer-hook 'slime-repl-safe-save-merged-history nil t)
(add-hook 'kill-emacs-hook 'slime-repl-save-all-histories)
(slime-setup-command-hooks)
+ (when slime-use-autodoc-mode
+ (slime-autodoc-mode 1))
(run-hooks 'slime-repl-mode-hook))
(defun slime-presentation-whole-p (presentation start end &optional object)
More information about the slime-cvs
mailing list