changeset 52952:03afc05bc725

(inferior-octave-prompt): Recognize version number in prompt.
author Lute Kamstra <lute@gnu.org>
date Wed, 29 Oct 2003 18:55:13 +0000
parents 084a500db488
children 4894fb5ff45f
files lisp/progmodes/octave-inf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)