From 6ea48857fdc534bae68b6dcab49ab493a2fe009e Mon Sep 17 00:00:00 2001 From: Jason Wilson Date: Tue, 20 Apr 1993 18:26:25 +0000 Subject: [PATCH] "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. --- v7/src/edwin/tagutl.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.25.1