Loading eaf.el +2 −4 Original line number Diff line number Diff line Loading @@ -413,10 +413,8 @@ Please ONLY use `eaf-bind-key' to edit EAF keybindings!" ;; ensure this is only called from eaf buffer (unless (boundp 'buffer-id) (error "%s command can only be called in eaf buffer" sym)) ;; enable the command to be called by M-x or from lisp code in ;; the case that this command is invoked by key-sequence ;; `eaf-monitor-key-event' is already executed by ;; `pre-command-hook' ;; Enable the command to be called by M-x or from lisp code in ;; the case that this command is invoked by key-sequence. (when (and (eq this-command sym) (not (equal (this-command-keys-vector) key))) (eaf-call "execute_function" buffer-id (symbol-name sym)))))) Loading Loading
eaf.el +2 −4 Original line number Diff line number Diff line Loading @@ -413,10 +413,8 @@ Please ONLY use `eaf-bind-key' to edit EAF keybindings!" ;; ensure this is only called from eaf buffer (unless (boundp 'buffer-id) (error "%s command can only be called in eaf buffer" sym)) ;; enable the command to be called by M-x or from lisp code in ;; the case that this command is invoked by key-sequence ;; `eaf-monitor-key-event' is already executed by ;; `pre-command-hook' ;; Enable the command to be called by M-x or from lisp code in ;; the case that this command is invoked by key-sequence. (when (and (eq this-command sym) (not (equal (this-command-keys-vector) key))) (eaf-call "execute_function" buffer-id (symbol-name sym)))))) Loading