diff options
| author | Richard M. Stallman | 1995-08-02 18:47:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-02 18:47:32 +0000 |
| commit | 6eb236e7193583a15d1b0154f5ca078cfab29ed9 (patch) | |
| tree | 8745bf58933d3843aaf20813800c0c8c137a0483 | |
| parent | 89669e3e5fe67a7d66ca0e851403ae81ff7f8cff (diff) | |
| download | emacs-6eb236e7193583a15d1b0154f5ca078cfab29ed9.tar.gz emacs-6eb236e7193583a15d1b0154f5ca078cfab29ed9.zip | |
(archive-remote-regexp): Don't accept hostnames
ending in period. (See previous ange-ftp.el change.)
| -rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index a6ba200e44d..b31a59fbab1 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -108,7 +108,7 @@ and do The Right Thing.") | |||
| 108 | (or (getenv "TMPDIR") (getenv "TMP") "/tmp")) | 108 | (or (getenv "TMPDIR") (getenv "TMP") "/tmp")) |
| 109 | "*Directory for temporary files made by arc-mode.el") | 109 | "*Directory for temporary files made by arc-mode.el") |
| 110 | 110 | ||
| 111 | (defvar archive-remote-regexp "^/[^/:]*[^/:]:" | 111 | (defvar archive-remote-regexp "^/[^/:]*[^/:.]:" |
| 112 | "*Regexp recognizing archive files names that are not local (i.e., are | 112 | "*Regexp recognizing archive files names that are not local (i.e., are |
| 113 | not proper file names outside Emacs). A local copy a the archive will | 113 | not proper file names outside Emacs). A local copy a the archive will |
| 114 | be used when updating.") | 114 | be used when updating.") |