mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
dictionary entry (Bug#4579).
This commit is contained in:
parent
637f4f0f75
commit
aa311d6e2f
2 changed files with 9 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue