]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-remote-regexp): Don't accept hostnames
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:47:32 +0000 (18:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:47:32 +0000 (18:47 +0000)
ending in period.  (See previous ange-ftp.el change.)

lisp/arc-mode.el

index a6ba200e44d146fb1d4ab74ceb5398718d04a8ba..b31a59fbab1f2ea0d45fb54252e39a4d1bcd3e79 100644 (file)
@@ -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.")