FUEL: Fix for C-cC-eC-l (make factor command ( -- )).
parent
e4055005ea
commit
9b19b34126
|
@ -140,7 +140,7 @@ for details."
|
|||
(interactive)
|
||||
(message "Loading all vocabularies in USING: form ...")
|
||||
(let ((err (fuel-eval--retort-error
|
||||
(fuel-eval--send/wait '(:fuel* (t) t :usings) 120000))))
|
||||
(fuel-eval--send/wait '(:fuel* (t .) t :usings) 120000))))
|
||||
(message (if err "Warning: some vocabularies failed to load"
|
||||
"All vocabularies loaded"))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue