Remove symbol-name test, not necessary.

master
Andy Stewart 6 years ago
parent 315a0cb49c
commit eb4890146a
  1. 3
      eaf.el

@ -654,8 +654,7 @@ to edit EAF keybindings!" fun)))
"Similar to `set', but store SYM with VAL in the EAF Python side.
For convenience, use the Lisp macro `eaf-setq' instead."
(when (symbol-name sym)
(map-put eaf-var-list sym val)))
(map-put eaf-var-list sym val))
(defmacro eaf-setq (var val)
"Similar to `setq', but store VAR with VAL in the EAF Python side.

Loading…
Cancel
Save