# HG changeset patch # User Gerd Moellmann # Date 966579498 0 # Node ID 97846db00c983e84c46144e0b3f09e9095e53754 # Parent b27b8cce32b4893a118ebeb712b8cfb191f0770c (ispell-dictionary-alist-6): Add `portugues'. diff -r b27b8cce32b4 -r 97846db00c98 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Fri Aug 18 05:18:44 2000 +0000 +++ b/lisp/textmodes/ispell.el Fri Aug 18 06:18:18 2000 +0000 @@ -610,9 +610,11 @@ ("svenska" ; Swedish mode "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" - "[']" nil ("-C") "~list" iso-8859-1))) - - + "[']" nil ("-C") "~list" iso-8859-1) + ("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))) ;;;###autoload (defcustom ispell-dictionary-alist