Mercurial > emacs
changeset 36815:f4c0144018d1
(ispell-dictionary-alist-6): Add support
for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.).
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 15 Mar 2001 09:18:31 +0000 |
parents | 6f69f0f12a7c |
children | f8cbdb29cbe6 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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