[slime-devel] [PATCH] slime.el: typofix `slime-close-channel'

4 Jan
2009
4 Jan
'09
2:55 p.m.
--- slime.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/slime.el b/slime.el index 08a3a91..35a52c2 100644 --- a/slime.el +++ b/slime.el @@ -2448,7 +2448,7 @@ Debugged requests are ignored." ch)) (defun slime-close-channel (channel) - (setf (slime-channels.operations channel) 'closed-channel) + (setf (slime-channel.operations channel) 'closed-channel) (let ((probe (assq (slime-channel.id channel) (slime-channels)))) (cond (probe (setf (slime-channels) (delete probe (slime-channels)))) (t (error "Invalid channel: %s" channel))))) -- 1.6.1.40.g8ea6a
5914
Age (days ago)
5914
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ariel Badichi