Don't initial M-x shell-command prompt history to most recent input.
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Sep 2002 04:03:31 +0000 (04:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Sep 2002 04:03:31 +0000 (04:03 +0000)
Instead make it blank and let the user use M-p.

v7/src/edwin/process.scm

index 0aab10014957126648507f8b22cf3cec67ac4f34..008085e4208961d60b456499f77e968562eefae7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: process.scm,v 1.60 2001/09/21 16:23:18 cph Exp $
+;;; $Id: process.scm,v 1.61 2002/09/06 04:03:31 cph Exp $
 ;;;
 ;;; Copyright (c) 1991-2001 Massachusetts Institute of Technology
 ;;;
@@ -704,8 +704,7 @@ Prefix arg means replace the region with it."
 (define (shell-command-prompt prompt)
   (prompt-for-string prompt #f
                     'DEFAULT-TYPE 'INSERTED-DEFAULT
-                    'HISTORY 'SHELL-COMMAND
-                    'HISTORY-INDEX 0))
+                    'HISTORY 'SHELL-COMMAND))
 
 (define (shell-command-pop-up-output generate-output)
   (let ((buffer (temporary-buffer "*Shell Command Output*")))