branch: externals/guess-language
commit 8264b3b5dc81f2133ac96f01ca1718f7d1909e37
Author: Titus von der Malsburg <[email protected]>
Commit: Titus von der Malsburg <[email protected]>

    Add missing defgroup.
---
 guess-language.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/guess-language.el b/guess-language.el
index 5dc2499..48140ee 100644
--- a/guess-language.el
+++ b/guess-language.el
@@ -45,6 +45,12 @@
 (require 'ispell)
 (require 'flyspell)
 
+(defgroup guess-language nil
+  "Minor mode that automatically guesses the language being
+typed.  Automatically switches things like spell-checker
+dictionary, input methods, etc."
+  :group 'completion)
+
 (defcustom guess-language-languages '(en de fr)
   "List of languages that should be considered.
 Uses ISO 639-1 identifiers.  Currently supported languages are:

Reply via email to