aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2013-04-17 19:48:10 +0200
committerAgustín Martín2013-04-17 19:48:10 +0200
commitec7e39f24707268201a444fc4bbc42b2dffae6c5 (patch)
tree5502f45fe5715077cd4123d4ddd9f56ff5710552 /lisp/ChangeLog
parent083850a6a195c5d536bd4cd344b5917b225597cc (diff)
downloademacs-ec7e39f24707268201a444fc4bbc42b2dffae6c5.tar.gz
emacs-ec7e39f24707268201a444fc4bbc42b2dffae6c5.zip
ispell.el: use `comment-normalize-vars' in ispell-add-per-file-word-list (Bug #14214).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 11666c60c74..cdb8fe5d36c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2
3 * textmodes/ispell.el (ispell-add-per-file-word-list):
4 Fix `flyspell-correct-word-before-point' error when accepting
5 words and `coment-padding' is an integer by using
6 `comment-normalize-vars' (Bug #14214).
7
12013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org> 82013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 9
3 New defun movement commands. 10 New defun movement commands.