# HG changeset patch # User Richard M. Stallman # Date 1185213366 0 # Node ID 21c597d473237ac29d2656fbd1d70db6740d90de # Parent 1120899d53599f821a7f89761ac2c98fdfd1e73d (inferior-octave-prompt): Accept .exe. diff -r 1120899d5359 -r 21c597d47323 lisp/progmodes/octave-inf.el --- a/lisp/progmodes/octave-inf.el Mon Jul 23 16:05:04 2007 +0000 +++ b/lisp/progmodes/octave-inf.el Mon Jul 23 17:56:06 2007 +0000 @@ -42,7 +42,7 @@ :group 'octave-inferior) (defcustom inferior-octave-prompt - "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " + "\\(^octave\\(\\|.bin\\|.exe\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " "Regexp to match prompts for the inferior Octave process." :type 'regexp :group 'octave-inferior)