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
commitbc31a60a7cc2a896561add7adc42ec7478c7d3ad (patch)
tree5a180e7aec2a0dbea7bbdb71a81175c2b4db3fca /lisp
parentfc4e55fc39708588b6283f55fecbadb0d71c5919 (diff)
downloademacs-bc31a60a7cc2a896561add7adc42ec7478c7d3ad.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