diff options
-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 |