From cb96d15d59643fb8af0f32eed82c491a995e355a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 1 Jun 1993 21:41:11 +0000 Subject: [PATCH] (shell-prompt-pattern): Use defvar. --- lisp/shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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