diff options
| author | Agustín Martín | 2012-05-16 10:35:11 +0200 |
|---|---|---|
| committer | Agustín Martín | 2012-05-16 10:35:11 +0200 |
| commit | 65034a51d64ca14de163a4f774bbcb12a6f501c3 (patch) | |
| tree | eb98a09d4b4ad3c1aae20df91b43c793d63e967c /lisp/ChangeLog | |
| parent | 27cb7be27d1ee87665bd497af42e142e41a00765 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2012-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. |