]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-dictionary-alist-6): Add support
authorGerd Moellmann <gerd@gnu.org>
Thu, 15 Mar 2001 09:18:31 +0000 (09:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 15 Mar 2001 09:18:31 +0000 (09:18 +0000)
for Slovak.  From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).

lisp/textmodes/ispell.el

index e8d525d45994529fc6113b130bd9a764e04216cd..04e0b15c03a96bd545aa15630e57e5694df89977 100644 (file)
@@ -610,7 +610,11 @@ See `ispell-dictionary-alist'."
    ("portugues"
     "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
     "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]"
-    "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1)))
+    "[']" t ("-C" "-d" "portugues") "~latin1" iso-8859-1)
+   ("slovak"
+    "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
+    "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]"
+    "" nil ("-B" "-d" "slovak") nil iso-8859-2)))
 
 ;;;###autoload
 (defcustom ispell-dictionary-alist