Eliminate compiler warning.
authorChris Hanson <org/chris-hanson/cph>
Fri, 5 Oct 1990 13:32:48 +0000 (13:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 5 Oct 1990 13:32:48 +0000 (13:32 +0000)
v7/src/edwin/modwin.scm

index 35f7fc87956117a972bf2e94948216950f1f8ff3..3750ffcee583e78d3af072c2282cfe575bf53cbb 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modwin.scm,v 1.33 1990/10/03 04:55:45 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modwin.scm,v 1.34 1990/10/05 13:32:48 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989, 1990 Massachusetts Institute of Technology
 ;;;
@@ -74,4 +74,5 @@
   true)
 
 (define-method modeline-window (:event! window type)
+  type                                 ;ignored
   (setup-redisplay-flags! redisplay-flags))
\ No newline at end of file