# HG changeset patch # User Richard M. Stallman # Date 756618082 0 # Node ID 6c3cfa1f8188c05fcca723196a7529240633cfca # Parent 9c8749be37da023b72a4c8dba6848a8436535e84 (shell-mode): Pass t to comint-read-input-ring. diff -r 9c8749be37da -r 6c3cfa1f8188 lisp/shell.el --- a/lisp/shell.el Thu Dec 23 03:39:27 1993 +0000 +++ b/lisp/shell.el Thu Dec 23 03:41:22 1993 +0000 @@ -68,7 +68,7 @@ ;;; m-R comint-previous-matching-input-from-input -"- matching input ;;; m-s comint-next-matching-input Next input that matches ;;; m-S comint-next-matching-input-from-input -"- matching input -;;; m-c-r comint-previous-input-matching Search backwards in input history +;;; m-c-l comint-show-output Show last batch of process output ;;; return comint-send-input ;;; c-a comint-bol Beginning of line; skip prompt ;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff. @@ -301,7 +301,7 @@ ((string-match "ksh$" shell) "~/.sh_history") (t "~/.history"))))) (run-hooks 'shell-mode-hook) - (comint-read-input-ring) + (comint-read-input-ring t) (shell-dirstack-message)) ;;;###autoload