aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2012-05-16 10:35:11 +0200
committerAgustín Martín2012-05-16 10:35:11 +0200
commit65034a51d64ca14de163a4f774bbcb12a6f501c3 (patch)
treeeb98a09d4b4ad3c1aae20df91b43c793d63e967c /lisp/ChangeLog
parent27cb7be27d1ee87665bd497af42e142e41a00765 (diff)
downloademacs-65034a51d64ca14de163a4f774bbcb12a6f501c3.tar.gz
emacs-65034a51d64ca14de163a4f774bbcb12a6f501c3.zip
textmodes/flyspell.el: Delay for otherchars as for normal word components.
(flyspell-check-pre-word-p, flyspell-check-word-p, flyspell-debug-signal-word-checked): Use for otherchars the same delay used for other word components, so word is not inmediately checked unless we are in a char that is neither a normal word component nor an otherchar.
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 cec6cdc26b4..60b238e79d1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2
3 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)
4 (flyspell-debug-signal-word-checked): Delay for otherchars as for
5 normal word components.
6
12012-05-16 Stefan Monnier <monnier@iro.umontreal.ca> 72012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * minibuffer.el (completion--sifn-requote): Fix last change. 9 * minibuffer.el (completion--sifn-requote): Fix last change.