diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-07-06 14:03:09 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-07-06 14:03:09 +0000 |
commit | 6573d87f38186c1bb66e6bb05726ac7e846d77e8 (patch) | |
tree | 0d5b004cda68494364c7e6313ac69ab04f53cb2b /lisp/ChangeLog | |
parent | 383191dbb01a6ad0b225099afe917183a19e665b (diff) | |
download | emacs-6573d87f38186c1bb66e6bb05726ac7e846d77e8.tar.gz |
(ange-ftp-file-modtime): Ignore 226 responses
from the server. Call encode-time only when we are sure that we
got a 213 response.
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 4b0ecfe26be..949486c2f91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-07-06 Gerd Moellmann <gerd@gnu.org> + + * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses + from the server. Call encode-time only when we are sure that we + got a 213 response. + 2001-07-06 Simon Josefsson <jas@extundo.com> * mail/sendmail.el (mail-specify-envelope-from): Doc fix. |