From: Gerd Moellmann Date: Thu, 15 Mar 2001 09:18:31 +0000 (+0000) Subject: (ispell-dictionary-alist-6): Add support X-Git-Tag: emacs-pretest-21.0.101~310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c58ab353c9d12be47a2ec6a2cf2914433d06958d;p=emacs.git (ispell-dictionary-alist-6): Add support for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). --- 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