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
e052b044
Commit
e052b044
authored
Jun 14, 2000
by
Joel Rosdahl
Browse files
Review texts in correct order.
parent
3bc621aa
Changes
2
Show whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
e052b044
2000-06-14 Joel Rosdahl <joel@lysator.liu.se>
* review.el (lyskom-review-comments): Review texts in correct
order.
2000-06-11 Johan Sundstrm <jhs@lysator.liu.se>
* commands2.el (kom-is-person-member-of-conference): Replaced
...
...
src/review.el
View file @
e052b044
...
...
@@ -1231,6 +1231,7 @@ text is shown and a REVIEW list is built to shown the other ones."
(
if
(
blocking-do
'get-text-stat
(
car
all-text-nos
))
(
setq
text-nos
(
cons
(
car
all-text-nos
)
text-nos
)))
(
setq
all-text-nos
(
cdr
all-text-nos
)))
(
setq
text-nos
(
nreverse
text-nos
))
(
if
text-nos
(
progn
...
...
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