aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index dbe5fcccca8..d404e46235d 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -144,7 +144,7 @@
144(require 'comint) 144(require 'comint)
145 145
146;;;###autoload 146;;;###autoload
147(defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *" 147(defvar shell-prompt-pattern "^[^#$%>]*[#$%>] *"
148 "Regexp to match prompts in the inferior shell. 148 "Regexp to match prompts in the inferior shell.
149Defaults to \"^[^#$%>]*[#$%>] *\", which works pretty well. 149Defaults to \"^[^#$%>]*[#$%>] *\", which works pretty well.
150This variable is used to initialise `comint-prompt-regexp' in the 150This variable is used to initialise `comint-prompt-regexp' in the