From ae29380fb2fcdc91ffdbaca87b9f898a04493c42 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 15 Mar 2001 09:18:31 +0000 Subject: [PATCH] =?utf8?q?(ispell-dictionary-alist-6):=20Add=20support=20f?= =?utf8?q?or=20Slovak.=20=20From=20Pavel.Janik@suse.cz=20(Pavel=20Jan=1B,B?= =?utf8?q?m=1B(Bk=20ml.).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/textmodes/ispell.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index e8d525d4599..04e0b15c03a 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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 -- 2.11.4.GIT