summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-10 00:16:02 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-10 00:16:02 +0000
commit7f0e81c0161560726e25da29c9f2910c37e2033d (patch)
tree529160ff8fb117e08ae483e55e2622b81ad78d70 /lisp
parentcb87119f446a7306600e390adb14c951c421ffef (diff)
downloademacs-7f0e81c0161560726e25da29c9f2910c37e2033d.tar.gz
(ange-ftp-name-format): Don't match "/:" or "/.:".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ange-ftp.el2
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