From aa311d6e2f005f78b4d9f8a96fff8fd3bcee64f5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 23 Oct 2009 16:01:19 +0000 Subject: [PATCH] * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish dictionary entry (Bug#4579). --- lisp/ChangeLog | 5 +++++ lisp/textmodes/ispell.el | 4 ++++ 2 files changed, 9 insertions(+) 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 + + * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish + dictionary entry (Bug#4579). + 2009-10-23 Michael Albinus * 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 -- 2.39.5