branch: master commit 6e7d6d7824ce640bb7b552b37da6fe955f3aa83e Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Updated method names in paced-repopulate-dictionary-async * paced-async.el (paced-repopulate-dictionary-async): Fixed method names. --- paced-async.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paced-async.el b/paced-async.el index 36371a8..1d57e43 100644 --- a/paced-async.el +++ b/paced-async.el @@ -69,8 +69,8 @@ as a result." (require 'paced) (load-file paced-async-load-file) ;; Repopulate and save the dictionary - (paced-repopulate-dictionary ,dictionary) - (paced-save-dictionary ,dictionary)) + (paced-dictionary-repopulate ,dictionary) + (paced-dictionary-save ,dictionary)) (lambda (_result) (message "Finished repopulating dictionary") (paced-load-all-dictionaries)))))