Mercurial > emacs
comparison lisp/ChangeLog @ 110151:728c823c045f
ispell.el: better `default-directory' and kill-ispell-on-exit handling
* textmodes/ispell.el (ispell-init-process): Use "~/" as
`default-directory' unless using Ispell per-directory personal
dictionaries and not in a mini-buffer under XEmacs.
(kill-buffer-hook): Do not kill ispell process on exit when
`ispell-process-directory' is "~/". (Bug#6143)
author | Agustin martin <agustin.martin@hispalinux.es> |
---|---|
date | Thu, 02 Sep 2010 14:37:29 +0200 |
parents | f7b8afaa7eb0 |
children | b071d3abc3f4 |
comparison
equal
deleted
inserted
replaced
110150:f7b8afaa7eb0 | 110151:728c823c045f |
---|---|
1 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es> | |
2 | |
3 * textmodes/ispell.el (ispell-init-process): Use "~/" as | |
4 `default-directory' unless using Ispell per-directory personal | |
5 dictionaries and not in a mini-buffer under XEmacs. | |
6 (kill-buffer-hook): Do not kill ispell process on exit when | |
7 `ispell-process-directory' is "~/". (Bug#6143) | |
8 | |
1 2010-09-02 Jan Djärv <jan.h.d@swipnet.se> | 9 2010-09-02 Jan Djärv <jan.h.d@swipnet.se> |
2 | 10 |
3 * simple.el (kill-new): Call interprogram-cut-function with only | 11 * simple.el (kill-new): Call interprogram-cut-function with only |
4 one argument. | 12 one argument. |
5 | 13 |