Created
July 18, 2012 05:33
-
-
Save khirbat/3134402 to your computer and use it in GitHub Desktop.
Make your own SLIME presentation commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defmethod swank::menu-choices-for-presentation ((ob fixnum)) | |
`(("English" ,(lambda (choice object id) (format t "~r~%" object))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment