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
lyskom-elisp-client
lyskom-elisp-client
Commits
14f0805c
Commit
14f0805c
authored
Oct 11, 1996
by
David Kågedal
Browse files
(kom-list-news): Använd kom-allow-incompleteness.
parent
46e16fb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/commands2.el
View file @
14f0805c
...
...
@@ -652,9 +652,9 @@ send. If DONTSHOW is non-nil, don't display the sent message."
"Print the number of unread articles to the user."
(
interactive
"P"
)
;; This is not really necessary
(
sit-for
0
)
(
lyskom-prefetch-all-confs
)
(
unless
kom-allow-incompleteness
(
sit-for
0
)
(
lyskom-prefetch-all-confs
)
)
(
let
((
num-arg
(
cond
((
numberp
num
)
num
)
...
...
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