FUEL: this looks unused

modern-harvey2
Björn Lindqvist 2017-06-26 03:14:04 +02:00
parent 963d9da525
commit be31d22797
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@
(completing-read "Vocab name: " vocabs nil nil
init-input (or history fuel-completion--vocab-history))))
(defsubst fuel-completion--vocab-list (prefix)
(fuel-eval--retort-result
(fuel-eval--send/wait `(:fuel* (,prefix fuel-get-vocabs/prefix) t t))))
(defun fuel-completion--words (prefix vocabs)
(let ((vs (if vocabs (cons :array vocabs) 'f))
(us (or vocabs 't)))