From: Chris Hanson Date: Sun, 18 Jun 2000 20:36:15 +0000 (+0000) Subject: Change PROMPT-HISTORY-STRINGS and SET-PROMPT-HISTORY-STRINGS! so that X-Git-Tag: 20090517-FFI~3498 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3dc7556a72b440f5e76170bf8cb9456330058269;p=mit-scheme.git Change PROMPT-HISTORY-STRINGS and SET-PROMPT-HISTORY-STRINGS! so that the history name may be #F, meaning use the default history. --- diff --git a/v7/src/edwin/prompt.scm b/v7/src/edwin/prompt.scm index dd2736580..eba23c5bc 100644 --- a/v7/src/edwin/prompt.scm +++ b/v7/src/edwin/prompt.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: prompt.scm,v 1.187 2000/06/18 20:35:33 cph Exp $ +;;; $Id: prompt.scm,v 1.188 2000/06/18 20:36:15 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; @@ -326,7 +326,7 @@ (default-type 'VISIBLE-DEFAULT) (confirm-completion? #f) (case-insensitive-completion? #f) - (history 'MINIBUFFER-DEFAULT) + (history #f) (history-index -1)) (define (parse-prompt-options option-structure options)