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

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

[elpa] master 7c9a342 39/62: Fixed paced-global-dict-enable-alist value


From: Ian Dunn
Subject: [elpa] master 7c9a342 39/62: Fixed paced-global-dict-enable-alist value type
Date: Sat, 9 Dec 2017 14:34:03 -0500 (EST)

branch: master
commit 7c9a342cc519dedb4627fef82f4de15f5a1fca59
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    Fixed paced-global-dict-enable-alist value type
    
    * paced.el (paced-global-dict-enable-alist): Use string for value type.
---
 paced.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paced.el b/paced.el
index 83c1df3..7a65a64 100644
--- a/paced.el
+++ b/paced.el
@@ -317,7 +317,7 @@ is one of the following forms:
 No matter what this list indicates, dictionaries will not be
 enabled unless `paced-mode' is active."
   :group 'paced
-  :type '(alist :key-type sexp :value-type sexp))
+  :type '(alist :key-type sexp :value-type string))
 
 (defvar-local paced-local-dict-enable-alist nil
   "Local enable list.



reply via email to

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