diff options
-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.") (or (getenv "TMPDIR") (getenv "TMP") "/tmp")) "*Directory for temporary files made by arc-mode.el") -(defvar archive-remote-regexp "^/[^/:]*[^/:]:" +(defvar archive-remote-regexp "^/[^/:]*[^/:.]:" "*Regexp recognizing archive files names that are not local (i.e., are not proper file names outside Emacs). A local copy a the archive will be used when updating.") |