aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAgustín Martín2012-12-03 18:15:32 +0100
committerAgustín Martín2012-12-03 18:15:32 +0100
commit214bd481639b08c3e636ff3c85893f2ac132d576 (patch)
tree0da50535b12627f72538718a452b833b65d9ae83 /lisp/ChangeLog
parent329bfd64c27f79cb417d8408aaa006179be9cda9 (diff)
downloademacs-214bd481639b08c3e636ff3c85893f2ac132d576.tar.gz
emacs-214bd481639b08c3e636ff3c85893f2ac132d576.zip
ispell.el: Use expanded values of personal dictionary for process restart checks.
(ispell-internal-change-dictionary): Improve ispell process restart checks by using expanded values for ispell personal dictionary and for related restart check. (ispell-start-process): * Remove apparently redundant code that seems better handled from (ispell-internal-change-dictionary) * No longer need to expand ispell personal dictionary, it is already expanded. Fixes: debbugs:13019
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 89c10440788..503added5cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,8 @@
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): Make sure personal dictionary name is
5 expanded after initial `default-directory' value (Bug#13019). 5 expanded after initial `default-directory' value. Use expanded
6 values for keep/restart checks (Bug#13019).
6 7
72012-12-03 Jay Belanger <jay.p.belanger@gmail.com> 82012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
8 9