comparison lisp/ChangeLog @ 74777:948c86bf6396

* net/tramp.el (tramp-default-method): We still need to check for `executable-find', because it is not bound under Emacs 20.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 20 Dec 2006 21:29:46 +0000
parents ca4412906dbd
children f13a49d8f422
comparison
equal deleted inserted replaced
74776:d726a8475349 74777:948c86bf6396
1 2006-12-20 Michael Albinus <michael.albinus@gmx.de> 1 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
2 2
3 * net/ange-ftp.el (ange-ftp-file-name-completion): Handle optional 3 * net/tramp.el (tramp-default-method): We still need to check for
4 parameter PREDICATE. 4 `executable-find', because it is not bound under Emacs 20.
5 5 (tramp-handle-file-name-completion)
6 * lisp/tramp.el (tramp-handle-file-name-completion)
7 (tramp-completion-handle-file-name-completion): Handle optional 6 (tramp-completion-handle-file-name-completion): Handle optional
8 parameter PREDICATE. 7 parameter PREDICATE.
9 (tramp-find-default-method): Add code for default values. 8 (tramp-find-default-method): Add code for default values.
10 9
11 2006-12-20 Nick Roberts <nickrob@snap.net.nz> 10 2006-12-20 Nick Roberts <nickrob@snap.net.nz>