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

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

[elpa] externals/ebdb c1524c6: Fix ebdb-ispell-export, bump version


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb c1524c6: Fix ebdb-ispell-export, bump version
Date: Mon, 30 Oct 2017 19:08:44 -0400 (EDT)

branch: externals/ebdb
commit c1524c6b3b1c63a75842887b876b238596a50153
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    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 <address@hidden>



reply via email to

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