[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)))))
- [elpa] master c369964 16/62: Reduce required Emacs version to 25.3, (continued)
- [elpa] master c369964 16/62: Reduce required Emacs version to 25.3, Ian Dunn, 2017/12/09
- [elpa] master de2260f 07/62: Documented the population commands, Ian Dunn, 2017/12/09
- [elpa] master febb200 08/62: Added function to submit a bug report, Ian Dunn, 2017/12/09
- [elpa] master b925c0b 17/62: Updated links in documentation, Ian Dunn, 2017/12/09
- [elpa] master 38979b5 18/62: Fixed up contributing documentation, Ian Dunn, 2017/12/09
- [elpa] master 4162bd4 22/62: Changed name of registered checker, Ian Dunn, 2017/12/09
- [elpa] master 302d4b4 28/62: Added convenience method for adding population commands, Ian Dunn, 2017/12/09
- [elpa] master 4824306 21/62: Make the registered dictionary map a hash table, Ian Dunn, 2017/12/09
- [elpa] master e751e4f 24/62: Update case-handling slot name in Documentation, Ian Dunn, 2017/12/09
- [elpa] master dada473 19/62: Push of info page, Ian Dunn, 2017/12/09
- [elpa] master 6e7d6d7 29/62: Updated method names in paced-repopulate-dictionary-async,
Ian Dunn <=
- [elpa] master ce7a2be 20/62: Changed case-sensitivity to case-handling, Ian Dunn, 2017/12/09
- [elpa] master 35ba53b 26/62: Autoload paced-repopulate-named-dictionary-async, Ian Dunn, 2017/12/09
- [elpa] master 6e8acdf 09/62: Added documentation, Ian Dunn, 2017/12/09
- [elpa] master 0d17d8d 25/62: Warn before resetting dictionary during population, Ian Dunn, 2017/12/09
- [elpa] master 6aefb0b 05/62: Made dictionary names strings, Ian Dunn, 2017/12/09
- [elpa] master bda0995 36/62: Remove inaccurate comment about completion in case-handling slot, Ian Dunn, 2017/12/09
- [elpa] master 7c9a342 39/62: Fixed paced-global-dict-enable-alist value type, Ian Dunn, 2017/12/09
- [elpa] master 8f1860a 37/62: Documentation fixes, Ian Dunn, 2017/12/09
- [elpa] master b95b016 38/62: Pushed updated info pages, Ian Dunn, 2017/12/09
- [elpa] master 964eb48 42/62: Fixed bug in completion, Ian Dunn, 2017/12/09