Remove a bug: wrong parameter to SHOW-SESSIONS after e.g. killing a

session
This commit is contained in:
interp 2003-01-25 13:21:36 +00:00
parent 0bee80fadf
commit ac28d0c6a2
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@
(show-continuations selected-sessions req))))
(else
(error "unknown action" action)))))
(show-sessions current-sessions new-update-text)))))))
(show-sessions req new-update-text)))))))