[slime-cvs] CVS slime
CVS User sboukarev
sboukarev at common-lisp.net
Wed May 5 18:10:18 UTC 2010
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv11895
Modified Files:
ChangeLog slime.el
Log Message:
* slime.el (slime-dispatch-event): Fix typo in the previous commit.
--- /project/slime/cvsroot/slime/ChangeLog 2010/05/05 16:00:42 1.2084
+++ /project/slime/cvsroot/slime/ChangeLog 2010/05/05 18:10:17 1.2085
@@ -1,5 +1,9 @@
2010-05-05 Stas Boukarev <stassats at gmail.com>
+ * slime.el (slime-dispatch-event): Fix typo in the previous commit.
+
+2010-05-05 Stas Boukarev <stassats at gmail.com>
+
* Make buffer names more consistent.
Patch by Leo Liu.
--- /project/slime/cvsroot/slime/slime.el 2010/05/05 16:00:43 1.1313
+++ /project/slime/cvsroot/slime/slime.el 2010/05/05 18:10:17 1.1314
@@ -2307,7 +2307,7 @@
((:ping thread tag)
(slime-send `(:emacs-pong ,thread ,tag)))
((:reader-error packet condition)
- (slime-with-popup-buffer (slime-buffer-name :error)
+ (slime-with-popup-buffer ((slime-buffer-name :error))
(princ (format "Invalid protocol message:\n%s\n\n%S"
condition packet))
(goto-char (point-min)))
More information about the slime-cvs
mailing list