Chris Moore <[EMAIL PROTECTED]> writes: > I think you've introduced a new bug - > > lisp/net/ange-ftp.el.gz line 3980: > (defun ange-ftp-file-name-completion (file dir) > is being called like: > (ange-ftp-file-name-completion "" "/a:/" 'file-exists-p) > > and > > lisp/net/tramp.el.gz line 2859: > (defun tramp-handle-file-name-completion (filename directory) > is being called like: > (tramp-handle-file-name-completion "" "/a:/" 'file-exists-p) > > in both cases the functions expect 2 arguments, and they're being > passed 3.
Shall be fixed now in both ange-ftp.el and tramp.el. Best regards, Michael. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
