Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
3e21a917
Commit
3e21a917
authored
Feb 25, 2001
by
Joel Rosdahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't sort remarks when reviewing without conversion.
parent
acb28d79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
src/view-text.el
src/view-text.el
+7
-6
No files found.
src/view-text.el
View file @
3e21a917
...
...
@@ -320,12 +320,13 @@ Note that this function must not be called asynchronously."
(
other-fast-replies
nil
))
(
lyskom-traverse-aux
aux
(
text-stat->aux-items
text-stat
)
(
when
(
eq
(
aux-item->tag
aux
)
2
)
(
if
(
eq
(
text-stat->author
text-stat
)
(
aux-item->creator
aux
))
(
setq
author-fast-replies
(
cons
aux
author-fast-replies
))
(
setq
other-fast-replies
(
cons
aux
other-fast-replies
)))))
(
if
(
or
(
eq
lyskom-current-command
'kom-review-noconversion
)
(
not
(
eq
(
text-stat->author
text-stat
)
(
aux-item->creator
aux
))))
(
setq
other-fast-replies
(
cons
aux
other-fast-replies
))
(
setq
author-fast-replies
(
cons
aux
author-fast-replies
)))))
(
when
author-fast-replies
(
lyskom-insert
(
concat
...
...
Write
Preview
Markdown
is supported
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