diff options
| author | Agustín Martín | 2012-03-30 11:45:11 +0200 |
|---|---|---|
| committer | Agustín Martín | 2012-03-30 11:45:11 +0200 |
| commit | 935d1290a62946effd560bd6177bd5d9a9d9c82a (patch) | |
| tree | f85bef66c7bec44880f797bb52f3efd8752c293b /lisp/ChangeLog | |
| parent | 65a0a738476acb1a7103602ee3e6c041108b6c91 (diff) | |
| download | emacs-935d1290a62946effd560bd6177bd5d9a9d9c82a.tar.gz emacs-935d1290a62946effd560bd6177bd5d9a9d9c82a.zip | |
ispell.el (ispell-get-extended-character-mode): Make sure extended-character-mode is nil for hunspell
Work around hunspell not ignoring extended-character-mode
set from pipe mode by making sure extended-character-mode
is nil for hunspell.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fa53caf7ba8..2a528033c9c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es> | ||
| 2 | |||
| 3 | * ispell.el (ispell-get-extended-character-mode): Disable | ||
| 4 | extended-char-mode for hunspell. hunspell does not support it and | ||
| 5 | treats ~word as ordinary words in pipe mode. | ||
| 6 | |||
| 1 | 2012-03-30 Glenn Morris <rgm@gnu.org> | 7 | 2012-03-30 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * tutorial.el (help-with-tutorial): Ensure local variables don't | 9 | * tutorial.el (help-with-tutorial): Ensure local variables don't |