From: Chris Hanson Date: Wed, 23 Feb 2000 23:00:20 +0000 (+0000) Subject: Fix compiler warning. X-Git-Tag: 20090517-FFI~4245 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4bbd936e040fa9a6b7d609813e5e5edd0eaa28b6;p=mit-scheme.git Fix compiler warning. --- diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index a7863fdc7..d443c1977 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.111 2000/02/23 22:59:01 cph Exp $ +;;; $Id: hlpcom.scm,v 1.112 2000/02/23 23:00:20 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; @@ -400,6 +400,7 @@ If you want VALUE to be a string, you must surround it with doublequotes." (find-escape next comtabs)))) (new-mode (lambda (argument next comtabs) + comtabs (find-escape next (mode-comtabs (name->mode argument 'ERROR))))) (quote-next