Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 20 19:58:50 2006 +0000 +++ b/lisp/ChangeLog Wed Dec 20 21:29:46 2006 +0000 @@ -1,9 +1,8 @@ 2006-12-20 Michael Albinus <michael.albinus@gmx.de> - * net/ange-ftp.el (ange-ftp-file-name-completion): Handle optional - parameter PREDICATE. - - * lisp/tramp.el (tramp-handle-file-name-completion) + * net/tramp.el (tramp-default-method): We still need to check for + `executable-find', because it is not bound under Emacs 20. + (tramp-handle-file-name-completion) (tramp-completion-handle-file-name-completion): Handle optional parameter PREDICATE. (tramp-find-default-method): Add code for default values.