Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
97b32205
Commit
97b32205
authored
Jul 03, 2014
by
Christer Ekholm
Browse files
(kom-list-clients) Select correct summary string when prefix is 0
parent
9e881545
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/commands1.el
View file @
97b32205
...
...
@@ -3094,7 +3094,7 @@ prefix argument \(C-u -), list all sessions."
(
if
(
numberp
prefix
)
'total-active-users
'total-users
)
(
if
(
numberp
prefix
)
(
if
(
and
(
numberp
prefix
)
(
/=
prefix
0
))
'total-visible-active-users
'total-visible-users
))
total-users
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment