comparison lisp/shell.el @ 2573:2e9095b5b23d

*** empty log message ***
author Noah Friedman <friedman@splode.com>
date Sat, 24 Apr 1993 10:10:19 +0000
parents b65cf676a09b
children af46e8faaa32
comparison
equal deleted inserted replaced
2572:8784bb8514b0 2573:2e9095b5b23d
142 ;;; Code: 142 ;;; Code:
143 143
144 (require 'comint) 144 (require 'comint)
145 145
146 ;;;###autoload 146 ;;;###autoload
147 (defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *" 147 (defconst shell-prompt-pattern "^[^#$%>;]*[#$%>;] *"
148 "Regexp to match prompts in the inferior shell. 148 "Regexp to match prompts in the inferior shell.
149 Defaults to \"^[^#$%>]*[#$%>] *\", which works pretty well. 149 Defaults to \"^[^#$%>]*[#$%>] *\", which works pretty well.
150 This variable is used to initialise comint-prompt-regexp in the 150 This variable is used to initialise comint-prompt-regexp in the
151 shell buffer. 151 shell buffer.
152 152