# HG changeset patch # User Richard M. Stallman # Date 738970871 0 # Node ID fe1623f779567c77607818c5cb2f78a78e62a8d6 # Parent 88e091efba6c7eb8dc2960d7240551e3eef82491 (shell-prompt-pattern): Use defvar. diff -r 88e091efba6c -r fe1623f77956 lisp/shell.el --- a/lisp/shell.el Tue Jun 01 21:25:47 1993 +0000 +++ b/lisp/shell.el Tue Jun 01 21:41:11 1993 +0000 @@ -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