Mercurial > emacs
changeset 30945:97846db00c98
(ispell-dictionary-alist-6): Add `portugues'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 18 Aug 2000 06:18:18 +0000 |
parents | b27b8cce32b4 |
children | 0cc084d7b4a7 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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