"Fixed" a bug in tags-search having to do with the case-sensitivty
authorJason Wilson <edu/mit/csail/zurich/jawilson>
Tue, 20 Apr 1993 18:26:25 +0000 (18:26 +0000)
committerJason Wilson <edu/mit/csail/zurich/jawilson>
Tue, 20 Apr 1993 18:26:25 +0000 (18:26 +0000)
arguement.  we now accept this argument but do nothing with it.  This
should be fixed at some point.

v7/src/edwin/tagutl.scm

index a45dd3a63dd2e637564b24897a2e95708067b640..67a8f1962ec3b12ee46a81262a2c59f3b29cffdf 100644 (file)
@@ -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