aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2012-03-30 11:45:11 +0200
committerAgustín Martín2012-03-30 11:45:11 +0200
commit935d1290a62946effd560bd6177bd5d9a9d9c82a (patch)
treef85bef66c7bec44880f797bb52f3efd8752c293b /lisp/ChangeLog
parent65a0a738476acb1a7103602ee3e6c041108b6c91 (diff)
downloademacs-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/ChangeLog6
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 @@
12012-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
12012-03-30 Glenn Morris <rgm@gnu.org> 72012-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