# HG changeset patch # User Noah Friedman # Date 735646219 0 # Node ID 2e9095b5b23d61aea89a004c86a0457207de6d08 # Parent 8784bb8514b016e74b87768d6cd9844e08e93ed8 *** empty log message *** diff -r 8784bb8514b0 -r 2e9095b5b23d lisp/shell.el --- 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