Fix thinko.
authorChris Hanson <org/chris-hanson/cph>
Mon, 28 Feb 2000 20:01:12 +0000 (20:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 28 Feb 2000 20:01:12 +0000 (20:01 +0000)
v7/src/edwin/filcom.scm

index d863cf86bda97b36d0bb38726c77c2a9a1d62a84..bda346136c4c09edad556476a02987db8bcd9747 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: filcom.scm,v 1.206 2000/02/27 05:35:50 cph Exp $
+;;; $Id: filcom.scm,v 1.207 2000/02/28 20:01:12 cph Exp $
 ;;;
 ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -446,7 +446,7 @@ With argument, saves all with no questions."
          (message "(No files need saving)")))))
 
 ;; **** placeholder
-(define (maybe-save-abbrevs no-confirmation?) no-confirmation? unspecific)
+(define (maybe-save-abbrevs no-confirmation?) no-confirmation? #f)
 
 (define-variable-per-buffer buffer-offer-save
   "True in a buffer means offer to save the buffer on exit