changeset 14138:9856174aa877

(ange-ftp-name-format): Don't match "/:" or "/.:".
author Karl Heuer <kwzh@gnu.org>
date Wed, 10 Jan 1996 00:16:02 +0000
parents a23518a56ba6
children 7a188386159b
files lisp/ange-ftp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Tue Jan 09 23:48:52 1996 +0000
+++ b/lisp/ange-ftp.el	Wed Jan 10 00:16:02 1996 +0000
@@ -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