Mercurial > emacs
changeset 2573:2e9095b5b23d
*** empty log message ***
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Sat, 24 Apr 1993 10:10:19 +0000 |
parents | 8784bb8514b0 |
children | c782b69b60a4 |
files | lisp/shell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/shell.el Fri Apr 23 07:31:14 1993 +0000 +++ b/lisp/shell.el Sat Apr 24 10:10:19 1993 +0000 @@ -144,7 +144,7 @@ (require 'comint) ;;;###autoload -(defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *" +(defconst shell-prompt-pattern "^[^#$%>;]*[#$%>;] *" "Regexp to match prompts in the inferior shell. Defaults to \"^[^#$%>]*[#$%>] *\", which works pretty well. This variable is used to initialise comint-prompt-regexp in the