aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2012-12-03 17:08:23 +0100
committerAgustín Martín2012-12-03 17:08:23 +0100
commit329bfd64c27f79cb417d8408aaa006179be9cda9 (patch)
treeff79dacd434dcb67ff5f248a9a34c6f355446793 /lisp/ChangeLog
parent20edc1c9edbb8c896df0a54769a4da825017de22 (diff)
downloademacs-329bfd64c27f79cb417d8408aaa006179be9cda9.tar.gz
emacs-329bfd64c27f79cb417d8408aaa006179be9cda9.zip
ispell.el: Fix ispell personal dictionary name expansion.
textmodes/ispell.el (ispell-init-process, ispell-start-process): Make sure ispell personal dictionary name is expanded after initial `default-directory' value (Bug#13019).
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 99038a4adf9..89c10440788 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2
3 * textmodes/ispell.el (ispell-init-process)
4 (ispell-start-process): Make sure personal dictionary name is
5 expanded after initial `default-directory' value (Bug#13019).
6
12012-12-03 Jay Belanger <jay.p.belanger@gmail.com> 72012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2 8
3 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number. 9 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.