# HG changeset patch # User Gerd Moellmann # Date 984647911 0 # Node ID f4c0144018d1628cf3dab24fe967cf168a31a2ce # Parent 6f69f0f12a7c974f0b4f50d392e8cbb9a338b275 (ispell-dictionary-alist-6): Add support for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). diff -r 6f69f0f12a7c -r f4c0144018d1 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Thu Mar 15 08:49:11 2001 +0000 +++ b/lisp/textmodes/ispell.el Thu Mar 15 09:18:31 2001 +0000 @@ -610,7 +610,11 @@ ("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