aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-02 19:20:42 +0000
committerRichard M. Stallman <[email protected]>2002-07-02 19:20:42 +0000
commit06268b4ff9c8faf8ff1c1155cff5f32560d3a079 (patch)
treeb9d8e58c49c477d24defa8a22ddd7f1fb34213d2 /lisp/net
parentbbc4541dcf9ee857a2d210360ef6a33a0bb7fd29 (diff)
(ange-ftp-hook-function): Add file-remote-p prop.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/ange-ftp.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 1115b18f94..187acccf93 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -4336,7 +4336,9 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
(let ((fn (get operation 'ange-ftp)))
(if fn (save-match-data (apply fn args))
(ange-ftp-run-real-handler operation args))))
-
+;;;###autoload
+;;; These file names are remote file names.
+(put 'ange-ftp-hook-function 'file-remote-p t)
;;; This regexp takes care of real ange-ftp file names (with a slash
;;; and colon).