Rename re-string-search to re-string-search-forward.
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 May 1999 04:31:57 +0000 (04:31 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 May 1999 04:31:57 +0000 (04:31 +0000)
v7/src/edwin/dosfile.scm

index f647c764701f6f306bc215b5dacb48437514fc09..c51da04fcb40d11503d8f3d9c2147d1ec5cd6a45 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: dosfile.scm,v 1.26 1999/02/01 03:30:56 cph Exp $
+;;; $Id: dosfile.scm,v 1.27 1999/05/21 04:31:57 cph Exp $
 ;;;
 ;;; Copyright (c) 1994-1999 Massachusetts Institute of Technology
 ;;;
@@ -290,7 +290,8 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'."
                 (re-string-match ".[0-9][0-9]" type))))))
 
 (define (os/numeric-backup-filename? filename)
-  (and (let ((try (lambda (pattern) (re-string-search pattern filename))))
+  (and (let ((try
+             (lambda (pattern) (re-string-search-forward pattern filename))))
         (or (try "^\\([^.]+\\)\\.\\([0-9][0-9][0-9]\\)$")
             (try "^\\([^.]+\\.[^.]\\)\\([0-9][0-9]\\)$")
             (there-exists? dos/backup-suffixes