diff options
| author | Stefan Monnier | 2013-03-01 12:46:57 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-01 12:46:57 -0500 |
| commit | b5a5723d4e4bcc88d5b67a0edc59eb37e364296c (patch) | |
| tree | 7318733faead421caf7f2f00b5b41cc96c93794d /lisp/ChangeLog | |
| parent | 7944eaa3362860c1afd7cc9d0d2ea4d71c289989 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 8 | 2013-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 |