# HG changeset patch # User Lute Kamstra # Date 1067453713 0 # Node ID 03afc05bc72544186a578ba03aa6c43feacf15aa # Parent 084a500db48805d45a4927d9a455ad751d69a35d (inferior-octave-prompt): Recognize version number in prompt. diff -r 084a500db488 -r 03afc05bc725 lisp/progmodes/octave-inf.el --- a/lisp/progmodes/octave-inf.el Tue Oct 28 14:28:12 2003 +0000 +++ b/lisp/progmodes/octave-inf.el Wed Oct 29 18:55:13 2003 +0000 @@ -41,7 +41,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "*Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior)