[slime-devel] nit: zap (setq it choice-to-lambda) from `slime-presentation-menu'
John Paul Wallington
jpw at gnu.org
Sat Oct 1 20:05:21 UTC 2005
Howdy,
Nothing uses it. I guess it is a stray debugging/development
artifact. How about zapping it ?
2005-10-01 John Paul Wallington <jpw at pobox.com>
* slime.el (slime-presentation-menu): Don't set free variable `it'
to value of `choice-to-lambda'.
--- slime.el 01 Oct 2005 13:47:58 +0100 1.552
+++ slime.el 01 Oct 2005 18:49:44 +0100
@@ -3118,7 +3118,6 @@
(error "No presentation at event position"))
(let ((menu (slime-menu-choices-for-presentation
presentation from to choice-to-lambda)))
- (setq it choice-to-lambda)
(let ((choice (x-popup-menu event menu)))
(when choice
(call-interactively (gethash choice choice-to-lambda)))))))))
More information about the slime-devel
mailing list