Mercurial > emacs
diff lisp/ChangeLog @ 56742:19c16bca1b49
(ange-ftp-hash-entry-exists-p)
(ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
has been converted to use hashtables, the relation `nil=none' is
no longer valid, as `nil' is not a hashtable. This patch tries to
reduce the number of resulting errors.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Sat, 21 Aug 2004 21:50:06 +0000 |
parents | 8a6197b06d44 |
children | cbb63f6f6786 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 21 15:00:26 2004 +0000 +++ b/lisp/ChangeLog Sat Aug 21 21:50:06 2004 +0000 @@ -1,3 +1,11 @@ +2004-08-21 David Kastrup <dak@gnu.org> + + * net/ange-ftp.el (ange-ftp-hash-entry-exists-p) + (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code + has been converted to use hashtables, the relation `nil=none' is + no longer valid, as `nil' is not a hashtable. This patch tries to + reduce the number of resulting errors. + 2004-08-21 John Paul Wallington <jpw@gnu.org> * subr.el (process-kill-without-query): Made obsolete in