diff options
| author | Michael Albinus | 2009-07-16 10:24:07 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-07-16 10:24:07 +0000 |
| commit | bede3e9f87bd10b0fb0f3f516353667c63082dd4 (patch) | |
| tree | 66d2dc482067589e735012815cf06d3a827e201b /lisp/ChangeLog | |
| parent | 7653ca1dfb92b95764536957c7341e79c4efa898 (diff) | |
| download | emacs-bede3e9f87bd10b0fb0f3f516353667c63082dd4.tar.gz emacs-bede3e9f87bd10b0fb0f3f516353667c63082dd4.zip | |
* net/tramp.el (tramp-wait-for-output): Handle the case when
commands do not return a newline but a null byte before the shell
prompt. (Bug#3858)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 785daed8197..a3591f99e49 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-07-16 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-wait-for-output): Handle the case when | ||
| 4 | commands do not return a newline but a null byte before the shell | ||
| 5 | prompt. (Bug#3858) | ||
| 6 | |||
| 1 | 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 7 | 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 8 | ||
| 3 | * term/ns-win.el (ns-set-alpha): Don't declare. | 9 | * term/ns-win.el (ns-set-alpha): Don't declare. |