;;; -*-Scheme-*-
;;;
-;;; $Id: bufwin.scm,v 1.306 1999/01/02 06:11:34 cph Exp $
+;;; $Id: bufwin.scm,v 1.307 1999/05/08 19:22:58 cph Exp $
;;;
;;; Copyright (c) 1986, 1989-1999 Massachusetts Institute of Technology
;;;
(define-integrable (%window-modeline-event! window type)
(window-modeline-event! (window-superior window) type))
-
-(define-integrable (fix:max x y)
- (if (fix:> x y) x y))
-
-(define-integrable (fix:min x y)
- (if (fix:< x y) x y))
\f
;;;; Standard Methods
;;; -*-Scheme-*-
;;;
-;;; $Id: screen.scm,v 1.116 1999/01/02 06:11:34 cph Exp $
+;;; $Id: screen.scm,v 1.117 1999/05/08 19:22:54 cph Exp $
;;;
;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology
;;;
screen x y nline x x* face)
(find-mismatch x**))))))))))))
\f
-(define-integrable (fix:min x y) (if (fix:< x y) x y))
-(define-integrable (fix:max x y) (if (fix:> x y) x y))
-
(define-integrable (substring-non-space-start string start end)
(do ((index start (fix:+ index 1)))
((or (fix:= end index)