From: Jason Wilson Date: Tue, 20 Apr 1993 18:26:25 +0000 (+0000) Subject: "Fixed" a bug in tags-search having to do with the case-sensitivty X-Git-Tag: 20090517-FFI~8383 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6ea48857fdc534bae68b6dcab49ab493a2fe009e;p=mit-scheme.git "Fixed" a bug in tags-search having to do with the case-sensitivty arguement. we now accept this argument but do nothing with it. This should be fixed at some point. --- diff --git a/v7/src/edwin/tagutl.scm b/v7/src/edwin/tagutl.scm index a45dd3a63..67a8f1962 100644 --- a/v7/src/edwin/tagutl.scm +++ b/v7/src/edwin/tagutl.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: tagutl.scm,v 1.49 1993/02/10 16:20:46 cph Exp $ +;;; $Id: tagutl.scm,v 1.50 1993/04/20 18:26:25 jawilson Exp $ ;;; ;;; Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology ;;; @@ -266,7 +266,8 @@ To continue searching for next match, use command See documentation of variable tags-table-pathnames." (re-search-prompt "Tags search") - (lambda (regexp) + (lambda (arg regexp) + ; arg controls case-sensitivity, just ignore for right now (set! tags-loop-continuation (lambda () (let ((mark