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
68009290
Commit
68009290
authored
Mar 09, 1995
by
Linus Tolke
Browse files
Converting vectors to lists.
parent
49396a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/review.el
View file @
68009290
...
...
@@ -139,14 +139,16 @@ The defaults for this command is the conference that you are in."
(
let*
((
found-by
(
or
(
zerop
by
)
(
lyskom-remove-zeroes
(
map->text-nos
(
blocking-do
'get-created-texts
by
0
lyskom-max-int
)))))
(
append
(
map->text-nos
(
blocking-do
'get-created-texts
by
0
lyskom-max-int
))
nil
))))
(
found-to
(
or
(
zerop
to
)
(
lyskom-remove-zeroes
(
map->text-nos
(
blocking-do
'get-map
to
0
lyskom-max-int
)))))
(
append
(
map->text-nos
(
blocking-do
'get-map
to
0
lyskom-max-int
))
nil
))))
(
list
(
cond
((
zerop
by
)
found-to
)
((
zerop
to
)
found-by
)
...
...
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