diff options
| -rw-r--r-- | lisp/ange-ftp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index c7d4ea48a79..29324c3a6a5 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -856,7 +856,7 @@ SIZE, if supplied, should be a prime number." | |||
| 856 | ;;;; Internal variables. | 856 | ;;;; Internal variables. |
| 857 | ;;;; ------------------------------------------------------------ | 857 | ;;;; ------------------------------------------------------------ |
| 858 | 858 | ||
| 859 | (defconst ange-ftp-version "$Revision: 1.28 $") | 859 | (defconst ange-ftp-version "$Revision: 1.29 $") |
| 860 | 860 | ||
| 861 | (defvar ange-ftp-data-buffer-name " *ftp data*" | 861 | (defvar ange-ftp-data-buffer-name " *ftp data*" |
| 862 | "Buffer name to hold directory listing data received from ftp process.") | 862 | "Buffer name to hold directory listing data received from ftp process.") |
| @@ -3755,7 +3755,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.") | |||
| 3755 | ;;;###autoload | 3755 | ;;;###autoload |
| 3756 | (or (assoc "^/[^/:]*\\([^/:]:\\|\\'\\)" file-name-handler-alist) | 3756 | (or (assoc "^/[^/:]*\\([^/:]:\\|\\'\\)" file-name-handler-alist) |
| 3757 | (setq file-name-handler-alist | 3757 | (setq file-name-handler-alist |
| 3758 | (cons '("^/[^/:]+:" . ange-ftp-hook-function) | 3758 | (cons '("^/[^/:]*\\([^/:]:\\|\\'\\)" . ange-ftp-hook-function) |
| 3759 | file-name-handler-alist))) | 3759 | file-name-handler-alist))) |
| 3760 | 3760 | ||
| 3761 | ;;; The above two forms are sufficient to cause this file to be loaded | 3761 | ;;; The above two forms are sufficient to cause this file to be loaded |