aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-03-01 12:46:57 -0500
committerStefan Monnier2013-03-01 12:46:57 -0500
commitb5a5723d4e4bcc88d5b67a0edc59eb37e364296c (patch)
tree7318733faead421caf7f2f00b5b41cc96c93794d /lisp/ChangeLog
parent7944eaa3362860c1afd7cc9d0d2ea4d71c289989 (diff)
downloademacs-b5a5723d4e4bcc88d5b67a0edc59eb37e364296c.tar.gz
emacs-b5a5723d4e4bcc88d5b67a0edc59eb37e364296c.zip
* lisp/textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
(ispell-print-if-debug): Build `format' in. Avoid end-of-buffer. (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer. Use dict-key rather than dict-name for the error message.
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 3183743db3e..604435bfc61 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
4 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
5 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
6 Use dict-key rather than dict-name for the error message.
7
12013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com> 82013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 9
3 * net/net-utils.el (net-utils-run-simple): Don't display-buffer 10 * net/net-utils.el (net-utils-run-simple): Don't display-buffer