emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6e7d6d7 29/62: Updated method names in paced-repopulate-di


From: Ian Dunn
Subject: [elpa] master 6e7d6d7 29/62: Updated method names in paced-repopulate-dictionary-async
Date: Sat, 9 Dec 2017 14:34:01 -0500 (EST)

branch: master
commit 6e7d6d7824ce640bb7b552b37da6fe955f3aa83e
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]