branch: externals/jinx
commit 46aec1bdaad149ddfcc34217d05e69b1b718c4c4
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Add link to bug#80071
---
jinx.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/jinx.el b/jinx.el
index 5b51fda1d5..f9a70fe014 100644
--- a/jinx.el
+++ b/jinx.el
@@ -71,6 +71,7 @@
"Idle timer delay."
:type 'float)
+;; TODO Replace with a universal variable in Emacs bug#80071
(defcustom jinx-languages
(replace-regexp-in-string
"\\..*\\'" ""
@@ -184,9 +185,11 @@ of a buffer. Write a custom predicate instead, see
`jinx--predicates'."
"Maximal number of suggestions shown in the context menu."
:type 'natnum)
+;; TODO Replace with a universal variable in Emacs bug#80071
(defvar-local jinx-local-words ""
"File-local words, as a string separated by whitespace.")
+;; TODO Replace with a universal variable in Emacs bug#80071
(defvar-local jinx-dir-local-words ""
"Directory-local words, as a string separated by whitespace.")