diff options
| author | Thierry Volpiatto | 2013-03-01 12:27:57 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-01 12:27:57 -0500 |
| commit | 7944eaa3362860c1afd7cc9d0d2ea4d71c289989 (patch) | |
| tree | d56ebf4fc8adfd0cb9fce79db8952851a989e314 /lisp/ChangeLog | |
| parent | 325b66a6d1b648a6db2bcdc2bab14896dc67c099 (diff) | |
| download | emacs-7944eaa3362860c1afd7cc9d0d2ea4d71c289989.tar.gz emacs-7944eaa3362860c1afd7cc9d0d2ea4d71c289989.zip | |
* lisp/net/net-utils.el (net-utils-run-simple): Don't display-buffer
when reverting.
Fixes: debbugs:13831
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b9f7436f6f..3183743db3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * net/net-utils.el (net-utils-run-simple): Don't display-buffer | ||
| 4 | when reverting (bug#13831). | ||
| 5 | |||
| 1 | 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 6 | 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 2 | 7 | ||
| 3 | * textmodes/ispell.el (ispell-find-hunspell-dictionaries): | 8 | * textmodes/ispell.el (ispell-find-hunspell-dictionaries): |
| 4 | Always expand affix-file before storing to protect against changed | 9 | Always expand affix-file before storing to protect against changed |
| 5 | `default-directory'. | 10 | `default-directory'. |
| 6 | (ispell-print-if-debug): Make sure message is printed at the end | 11 | (ispell-print-if-debug): Make sure message is printed at the end |