mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(shell-prompt-pattern): Use defvar.
This commit is contained in:
parent
8ee0efed36
commit
cb96d15d59
@ -144,7 +144,7 @@
|
||||
(require 'comint)
|
||||
|
||||
;;;###autoload
|
||||
(defconst shell-prompt-pattern "^[^#$%>]*[#$%>] *"
|
||||
(defvar 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
|
||||
|
Loading…
Reference in New Issue
Block a user