diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ange-ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 2b79cf5757a..b4ea56267d2 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -625,7 +625,7 @@ ;;;; ------------------------------------------------------------ (defvar ange-ftp-name-format - '("^/\\(\\([^@/:]*\\)@\\)?\\([^@/:]*\\):\\(.*\\)" . (3 2 4)) + '("^/\\(\\([^@/:]*\\)@\\)?\\([^@/:]*[^@/:.]\\):\\(.*\\)" . (3 2 4)) "*Format of a fully expanded remote file name. This is a list of the form \(REGEXP HOST USER NAME\), where REGEXP is a regular expression matching |