1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

*** empty log message ***

This commit is contained in:
Noah Friedman 1993-04-24 10:10:19 +00:00
parent b457cc3bab
commit 42d5c01e21

View File

@ -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