Unverified Commit a646ee78 authored by Andy Stewart's avatar Andy Stewart Committed by GitHub
Browse files

Merge pull request #102 from MatthewZMD/master

Use cl-loop instead of loop
parents 2b7fed57 c4faf215
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