aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 503added5cc..891e6771503 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,10 @@
12012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es> 12012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2 2
3 * textmodes/ispell.el (ispell-init-process) 3 * textmodes/ispell.el (ispell-init-process)
4 (ispell-start-process): Make sure personal dictionary name is 4 (ispell-start-process, ispell-internal-change-dictionary):
5 expanded after initial `default-directory' value. Use expanded 5 Make sure personal dictionary name is expanded after initial
6 values for keep/restart checks (Bug#13019). 6 `default-directory' value. Use expanded strings for
7 keep/restart checks and for value (Bug#13019).
7 8
82012-12-03 Jay Belanger <jay.p.belanger@gmail.com> 92012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
9 10