Ensure, that non remote files are still checked. Oops.
+2010-04-22 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp.el (tramp-completion-handle-file-name-all-completions):
+ Ensure, that non remote files are still checked. Oops.
+
2010-04-21 Michael Albinus <michael.albinus@gmx.de>
Fix Bug#5840.
(append
result1
(condition-case nil
- (when (tramp-connectable-p fullname)
- (tramp-completion-run-real-handler
- 'file-name-all-completions (list filename directory)))
+ (apply (if (tramp-connectable-p fullname)
+ 'tramp-completion-run-real-handler
+ 'tramp-run-real-handler)
+ 'file-name-all-completions (list (list filename directory)))
(error nil)))))
;; Method, host name and user name completion for a file.