branch: externals/ebdb commit c1524c6b3b1c63a75842887b876b238596a50153 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Fix ebdb-ispell-export, bump version * ebdb-ispell.el (ebdb-ispell-export): More stupid mistakes. --- ebdb-ispell.el | 4 ++-- ebdb.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ebdb-ispell.el b/ebdb-ispell.el index ff79d6a..5649076 100644 --- a/ebdb-ispell.el +++ b/ebdb-ispell.el @@ -79,8 +79,8 @@ (ispell-send-string "#\n^hello\n") (while (progn (ispell-accept-output) - (not (string= "" (car ispell-filter)))))))) - (message "Exporting %d words to personal dictionary...done" count)) + (not (string= "" (car ispell-filter))))))) + (message "Exporting %d words to personal dictionary...done" count))) (defun ebdb-ispell-collect-words (strings) "Find all individual words in STRINGS and filter. diff --git a/ebdb.el b/ebdb.el index a74115a..1d9feaa 100644 --- a/ebdb.el +++ b/ebdb.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. -;; Version: 0.4 +;; Version: 0.4.1 ;; Package-Requires: ((emacs "25.1") (cl-lib "0.5") (seq "2.15")) ;; Maintainer: Eric Abrahamsen <e...@ericabrahamsen.net>