Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bc31a60a
Commit
bc31a60a
authored
Jan 10, 1996
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ange-ftp-name-format): Don't match "/:" or "/.:".
parent
fc4e55fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/ange-ftp.el
lisp/ange-ftp.el
+1
-1
No files found.
lisp/ange-ftp.el
View file @
bc31a60a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment