Commit 37e75ef9 authored by Andy Stewart's avatar Andy Stewart
Browse files

Merge branch 'master' of github.com:manateelazycat/emacs-application-framework

parents ba8df8ab a646ee78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -748,7 +748,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