FUEL: Fix for C-cC-eC-l (make factor command ( -- )).

db4
Jose A. Ortega Ruiz 2009-04-24 22:15:20 +02:00
parent e4055005ea
commit 9b19b34126
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))