changeset 12756:0a2d094db7d8

(archive-remote-regexp): Don't accept hostnames ending in period. (See previous ange-ftp.el change.)
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Aug 1995 18:47:32 +0000
parents 7a567a79b03b
children 3af640c2a0fe
files lisp/arc-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/arc-mode.el	Wed Aug 02 18:41:00 1995 +0000
+++ b/lisp/arc-mode.el	Wed Aug 02 18:47:32 1995 +0000
@@ -108,7 +108,7 @@
    (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.")