Fix compiler warning.
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Feb 2000 23:00:20 +0000 (23:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Feb 2000 23:00:20 +0000 (23:00 +0000)
v7/src/edwin/hlpcom.scm

index a7863fdc7c5d8bc44a16458d643397ac0a0a8483..d443c19773817df0aafec2f0e7a3e07ab748e8f5 100644 (file)
@@ -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