branch: elpa/isl
commit 6122866d99e2b2bba84e397ccaa9343d9752eef9
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Revert "Prevent errors when executing kbd macros"
    
    This reverts commit a7b322028b863f29518f5c55bc0336824b9c85dc.
---
 isl.el | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/isl.el b/isl.el
index 9a029abb3b0..38358a8573a 100644
--- a/isl.el
+++ b/isl.el
@@ -905,14 +905,7 @@ appended at end."
 
 (defun isl-read-from-minibuffer (prompt &optional initial-input)
   "Read input from minibuffer with prompt PROMPT."
-  ;; Bind kbd macro vars to at least avoid errors.
-  ;; FIXME: When executing-kbd-macro we should not be prompted in
-  ;; minibuffer but directly finding next match from point with same
-  ;; regexp or input string used when defining macro (i.e. RET should
-  ;; be automatized).
-  (let ((executing-kbd-macro nil)
-        (defining-kbd-macro nil)
-        timer)
+  (let (timer)
     (unwind-protect
         (minibuffer-with-setup-hook
             (lambda ()

Reply via email to