comparison 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
comparison
equal deleted inserted replaced
56741:8a6197b06d44 56742:19c16bca1b49
1 2004-08-21 David Kastrup <dak@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
5 has been converted to use hashtables, the relation `nil=none' is
6 no longer valid, as `nil' is not a hashtable. This patch tries to
7 reduce the number of resulting errors.
8
1 2004-08-21 John Paul Wallington <jpw@gnu.org> 9 2004-08-21 John Paul Wallington <jpw@gnu.org>
2 10
3 * subr.el (process-kill-without-query): Made obsolete in 11 * subr.el (process-kill-without-query): Made obsolete in
4 version 21.4, not 21.5. 12 version 21.4, not 21.5.
5 13