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
fdad1919
Commit
fdad1919
authored
Oct 13, 2007
by
Glenn Morris
Browse files
(eudc-ldap-simple-query-internal): Use mapc rather than mapcar.
parent
b86ed609
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/net/eudcb-ldap.el
lisp/net/eudcb-ldap.el
+1
-1
No files found.
lisp/net/eudcb-ldap.el
View file @
fdad1919
...
...
@@ -130,7 +130,7 @@ RETURN-ATTRS is a list of attributes to return, defaulting to
(
setq
result
(
eudc-filter-partial-records
result
return-attrs
)))
;; Apply eudc-duplicate-attribute-handling-method
(
if
(
not
(
eq
'list
eudc-duplicate-attribute-handling-method
))
(
mapc
ar
(
mapc
(
function
(
lambda
(
record
)
(
setq
final-result
(
append
(
eudc-filter-duplicate-attributes
record
)
...
...
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