changeset 3418:fe1623f77956

(shell-prompt-pattern): Use defvar.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 21:41:11 +0000
parents 88e091efba6c
children 97205883b02d
files lisp/shell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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