Skip to content
Snippets Groups Projects
Commit e47cf7d1 authored by Johan Sundström's avatar Johan Sundström
Browse files

Oops.

parent 679a99da
No related branches found
No related tags found
No related merge requests found
2000-05-27 Johan Sundström <jhs@lysator.liu.se>
* commands2.el (kom-list-news): Fixed introduced bug. Works
without arguments again.
2000-05-27 Johan Sundström <jhs@lysator.liu.se> 2000-05-27 Johan Sundström <jhs@lysator.liu.se>
* commands2.el (kom-list-news): Now understands negative numeric * commands2.el (kom-list-news): Now understands negative numeric
......
...@@ -745,6 +745,7 @@ send. If DONTSHOW is non-nil, don't display the sent message." ...@@ -745,6 +745,7 @@ send. If DONTSHOW is non-nil, don't display the sent message."
lyskom-membership)))) lyskom-membership))))
(nconfs 0)) (nconfs 0))
(cond (cond
((not num-arg))
((> num-arg 0) ((> num-arg 0)
(lyskom-format-insert 'list-unread-with-n-unread num-arg)) (lyskom-format-insert 'list-unread-with-n-unread num-arg))
((< num-arg 0) ((< num-arg 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment