1
0
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:
Richard M. Stallman 1993-06-01 21:41:11 +00:00
parent 8ee0efed36
commit cb96d15d59

View File

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