diff options
| -rw-r--r-- | lisp/shell.el | 2 |
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. |
| 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 |