Mercurial > emacs
diff lisp/shell.el @ 5285:6c3cfa1f8188
(shell-mode): Pass t to comint-read-input-ring.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 23 Dec 1993 03:41:22 +0000 |
| parents | 220ec2f456e0 |
| children | abf0d4d01681 |
line wrap: on
line diff
--- 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
