Skip to content
GitLab
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
2508cec6
Commit
2508cec6
authored
Sep 01, 2001
by
Ulrik Haugen
Browse files
kom-review-more: bugfix.
parent
68b88a69
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
2508cec6
2001-08-31 Ulrik Haugen <qha@lysator.liu.se>
* review.el (kom-review-more): ignore prefix arg unless it's
really there.
2001-08-25 Ulrik Haugen <qha@lysator.liu.se>
* commands1.el (lyskom-select-friends-from-who-list): change endp
...
...
src/review.el
View file @
2508cec6
...
...
@@ -88,7 +88,7 @@
(
def-kom-command
kom-review-more
(
&optional
count
)
"Review more articles using the same critera as the last review."
(
interactive
"
p
"
)
(
interactive
"
P
"
)
(
if
(
not
lyskom-have-review
)
(
lyskom-format-insert
'no-review-done
)
(
let*
((
count
(
or
count
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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