diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-10-23 16:01:19 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-10-23 16:01:19 +0000 |
commit | aa311d6e2f005f78b4d9f8a96fff8fd3bcee64f5 (patch) | |
tree | bf2633d7d7b94ce4aa2b04db58a1dbfd63da884c | |
parent | 637f4f0f756d36c4e4221de3f0daed6540126ad4 (diff) | |
download | emacs-aa311d6e2f005f78b4d9f8a96fff8fd3bcee64f5.tar.gz |
* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
dictionary entry (Bug#4579).
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/textmodes/ispell.el | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a857a68cb93..1a29236a27e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-10-23 Jari Aalto <jari.aalto@cante.net> + + * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish + dictionary entry (Bug#4579). + 2009-10-23 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay' diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 29cb425f8c0..c8db66fcce6 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -616,6 +616,10 @@ re-start Emacs." ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) + ("finnish" + "[A-Za-z\345\344\366\305\304\326]" + "[^A-Za-z\345\344\366\305\304\326]" + "[:]" nil ("-C") "~list" iso-8859-1) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1) ("francais" ; Francais.aff |