aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-05-24 22:01:56 +0000
committerStefan Monnier2002-05-24 22:01:56 +0000
commitf6de01c7fa0d21ae129d841892314da53e9bf98c (patch)
treebfad6440b091adc31ecba0ca5a70e250033ce7cd
parent6f1d50da8340f9060f0be59b84e85b045c5832ed (diff)
downloademacs-f6de01c7fa0d21ae129d841892314da53e9bf98c.tar.gz
emacs-f6de01c7fa0d21ae129d841892314da53e9bf98c.zip
(read-file-name-internal): Remove the `ange-ftp' property.
(ange-ftp-real-read-file-name-internal): Remove.
-rw-r--r--lisp/net/ange-ftp.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index 48dbb55896c..1dfc6927166 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -4391,7 +4391,6 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
4391(put 'file-executable-p 'ange-ftp 'ange-ftp-file-executable-p) 4391(put 'file-executable-p 'ange-ftp 'ange-ftp-file-executable-p)
4392(put 'file-symlink-p 'ange-ftp 'ange-ftp-file-symlink-p) 4392(put 'file-symlink-p 'ange-ftp 'ange-ftp-file-symlink-p)
4393(put 'delete-file 'ange-ftp 'ange-ftp-delete-file) 4393(put 'delete-file 'ange-ftp 'ange-ftp-delete-file)
4394(put 'read-file-name-internal 'ange-ftp 'ange-ftp-read-file-name-internal)
4395(put 'verify-visited-file-modtime 'ange-ftp 4394(put 'verify-visited-file-modtime 'ange-ftp
4396 'ange-ftp-verify-visited-file-modtime) 4395 'ange-ftp-verify-visited-file-modtime)
4397(put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p) 4396(put 'file-exists-p 'ange-ftp 'ange-ftp-file-exists-p)
@@ -4466,8 +4465,6 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
4466 (ange-ftp-run-real-handler 'file-symlink-p args)) 4465 (ange-ftp-run-real-handler 'file-symlink-p args))
4467(defun ange-ftp-real-delete-file (&rest args) 4466(defun ange-ftp-real-delete-file (&rest args)
4468 (ange-ftp-run-real-handler 'delete-file args)) 4467 (ange-ftp-run-real-handler 'delete-file args))
4469(defun ange-ftp-real-read-file-name-internal (&rest args)
4470 (ange-ftp-run-real-handler 'read-file-name-internal args))
4471(defun ange-ftp-real-verify-visited-file-modtime (&rest args) 4468(defun ange-ftp-real-verify-visited-file-modtime (&rest args)
4472 (ange-ftp-run-real-handler 'verify-visited-file-modtime args)) 4469 (ange-ftp-run-real-handler 'verify-visited-file-modtime args))
4473(defun ange-ftp-real-file-exists-p (&rest args) 4470(defun ange-ftp-real-file-exists-p (&rest args)