From eb4890146a15c413283fd134ea492cbb4d11c5d2 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 13 Dec 2019 23:53:16 +0800 Subject: [PATCH] Remove symbol-name test, not necessary. --- eaf.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eaf.el b/eaf.el index ec6e8ac..481f9c8 100644 --- a/eaf.el +++ b/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.