Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d5337506
Commit
d5337506
authored
Apr 09, 2008
by
Alexandre Julliard
Browse files
(ewoc-collect): Return results in the correct order.
parent
c025fb0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/ewoc.el
lisp/emacs-lisp/ewoc.el
+1
-1
No files found.
lisp/emacs-lisp/ewoc.el
View file @
d5337506
...
@@ -547,7 +547,7 @@ remaining arguments will be passed to PREDICATE."
...
@@ -547,7 +547,7 @@ remaining arguments will be passed to PREDICATE."
(
if
(
apply
predicate
(
ewoc--node-data
node
)
args
)
(
if
(
apply
predicate
(
ewoc--node-data
node
)
args
)
(
push
(
ewoc--node-data
node
)
result
))
(
push
(
ewoc--node-data
node
)
result
))
(
setq
node
(
ewoc--node-prev
dll
node
)))
(
setq
node
(
ewoc--node-prev
dll
node
)))
(
nreverse
result
))
)
result
))
(
defun
ewoc-buffer
(
ewoc
)
(
defun
ewoc-buffer
(
ewoc
)
"Return the buffer that is associated with EWOC.
"Return the buffer that is associated with EWOC.
...
...
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