Commit c4faf215 authored by Matthew Zeng's avatar Matthew Zeng
Browse files

Use cl-loop instead of loop

parent 2b7fed57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -740,7 +740,7 @@ Use it as (eaf-bind-key var key eaf-app-keybinding)"
(defun eaf-send-var-to-python ()
  "Send variables defined in `eaf-var-list' to the Python side."
  (eaf-call "store_emacs_var"
            (string-join (loop for (key . value) in eaf-var-list
            (string-join (cl-loop for (key . value) in eaf-var-list
                               collect (format "%s,%s" key value)) ":")))

(dbus-register-signal