(ange-ftp-unhandled-file-name-directory):
Just return nil and let the C code provide a fallback.
This commit is contained in:
parent
791fe18237
commit
e61e836bc0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
|
||||
Just return nil and let the C code provide a fallback.
|
||||
|
||||
2008-02-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
|
||||
|
|
|
@ -4172,7 +4172,7 @@ directory, so that Emacs will know its current contents."
|
|||
|
||||
;; Calculate default-unhandled-directory for a given ange-ftp buffer.
|
||||
(defun ange-ftp-unhandled-file-name-directory (filename)
|
||||
(file-name-directory ange-ftp-tmp-name-template))
|
||||
nil)
|
||||
|
||||
|
||||
;; Need the following functions for making filenames of compressed
|
||||
|
|
Loading…
Add table
Reference in a new issue