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

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

[elpa] externals/dict-tree d86829b 007/154: Fixed bugs in predictive's a


From: Stefan Monnier
Subject: [elpa] externals/dict-tree d86829b 007/154: Fixed bugs in predictive's auto-learn and which dict mode features.
Date: Mon, 14 Dec 2020 12:21:33 -0500 (EST)

branch: externals/dict-tree
commit d86829b45757e4cb8253fd12e5562e5decaedcfe
Author: Toby Cubitt <toby-predictive@dr-qubit.org>
Commit: tsc25 <toby-predictive@dr-qubit.org>

    Fixed bugs in predictive's auto-learn and which dict mode features.
---
 dict-tree.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dict-tree.el b/dict-tree.el
index c618632..cdc273f 100644
--- a/dict-tree.el
+++ b/dict-tree.el
@@ -5,7 +5,7 @@
 ;; Copyright (C) 2004-2006 Toby Cubitt
 
 ;; Author: Toby Cubitt <toby-predictive@dr-qubit.org>
-;; Version: 0.10.1
+;; Version: 0.10.2
 ;; Keywords: dictionary, tree
 ;; URL: http://www.dr-qubit.org/emacs.php
 
@@ -54,6 +54,9 @@
 
 ;;; Change log:
 ;;
+;; Version 0.10.2
+;; * very minor changes to text of some messages
+;;
 ;; Version 0.10.1
 ;; * added optional DICTLIST argument to `read-dict', to allow completion from
 ;;   a restricted set of dictionaries
@@ -1609,8 +1612,9 @@ Use `dictree-write' to save to a different file."
     ;; if dictionary has no associated file, prompt for one
     (unless (and filename (> (length filename) 0))
       (setq filename
-           (read-file-name (format "Save %s to file: "
-                                   (dictree--name dict))))
+           (read-file-name
+            (format "Save %s to file (leave blank to NOT save): "
+                    (dictree--name dict))))
       (dictree--set-filename dict filename))
     
     ;; if filename is blank, don't save



reply via email to

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