branch: externals/cape
commit c675d8c142fc3265e3123e5e492b48e748846577
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Reference bug#80071
---
 cape.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cape.el b/cape.el
index 4a9d2a48d3..0ab02fe8d2 100644
--- a/cape.el
+++ b/cape.el
@@ -67,6 +67,8 @@
   "Maximal number of completion candidates returned by `cape-dict'."
   :type '(choice (const nil) natnum))
 
+;; TODO bug#80071 file-local language. Add mechanism to locate dictionary file
+;; based on file-local language variable.
 (defcustom cape-dict-file "/usr/share/dict/words"
   "Path to dictionary word list file.
 This variable can also be a list of paths or

Reply via email to