EUDC: Fix a minor formatting issue
* lisp/net/eudcb-macos-contacts.el (eudc-macos-contacts-query-internal): Move result to its own line to eliminate a lisp-mode warning.
This commit is contained in:
parent
2bba9cd409
commit
71d067252c
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ RETURN-ATTRS is a list of attributes to return, defaulting to
|
|||
(name (nth 0 args))
|
||||
(email (nth 1 args)))
|
||||
(setq result (cons `((name . ,name)
|
||||
(email . ,email)) result))))
|
||||
(email . ,email))
|
||||
result))))
|
||||
(forward-line))
|
||||
result)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue