Mercurial > emacs
changeset 23343:64a0be320dbc
(inferior-octave-prompt): Also match prompts of the form
`octave.bin:1>' which come from using precopiled binary versions.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Mon, 28 Sep 1998 14:03:38 +0000 |
parents | 8cc9aa86ee9d |
children | 608bc56ca20e |
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 Mon Sep 28 13:32:44 1998 +0000 +++ b/lisp/progmodes/octave-inf.el Mon Sep 28 14:03:38 1998 +0000 @@ -39,7 +39,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "*Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior)