[slime-cvs] CVS slime
CVS User sboukarev
sboukarev at common-lisp.net
Fri Dec 10 15:05:05 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv28131
Modified Files:
ChangeLog slime.el
Log Message:
* slime.el (slime-with-popup-buffer): Correct the docstring.
* contrib/slime-sprof.el (slime-sprof-browser): Rename to
`slime-sprof-report', leave `slime-sprof-browser' as an alias.
--- /project/slime/cvsroot/slime/ChangeLog 2010/12/09 18:51:17 1.2167
+++ /project/slime/cvsroot/slime/ChangeLog 2010/12/10 15:05:05 1.2168
@@ -1,3 +1,7 @@
+2010-12-10 Stas Boukarev <stassats at gmail.com>
+
+ * slime.el (slime-with-popup-buffer): Correct the docstring.
+
2010-12-09 Helmut Eller <heller at common-lisp.net>
* slime.el (slime-toggle-break-on-signals): New command.
--- /project/slime/cvsroot/slime/slime.el 2010/12/09 18:51:17 1.1351
+++ /project/slime/cvsroot/slime/slime.el 2010/12/10 15:05:05 1.1352
@@ -895,10 +895,10 @@
NAME is the name of the buffer to be created.
PACKAGE is the value `slime-buffer-package'.
-CONNECTION is the value for `slime-buffer-connection'.
+CONNECTION is the value for `slime-buffer-connection',
+ if nil, no explicit connection is associated with
+ the buffer. If t, the current connection is taken.
MODE is the name of a major mode which will be enabled.
-If nil, no explicit connection is associated with
-the buffer. If t, the current connection is taken.
"
`(let* ((vars% (list ,(if (eq package t) '(slime-current-package) package)
,(if (eq connection t) '(slime-connection) connection)))
More information about the slime-cvs
mailing list