Mercurial > hg > octave-nkf
diff emacs/octave-inf.el @ 4568:03c053808a7c
[project @ 2003-10-30 00:21:45 by jwe]
author | jwe |
---|---|
date | Thu, 30 Oct 2003 00:22:41 +0000 |
parents | 511caaa5e98e |
children | 2a44a667da02 |
line wrap: on
line diff
--- a/emacs/octave-inf.el +++ b/emacs/octave-inf.el @@ -39,7 +39,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "*Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior)