Mercurial > emacs
changeset 82055:21c597d47323
(inferior-octave-prompt): Accept .exe.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Jul 2007 17:56:06 +0000 |
parents | 1120899d5359 |
children | e9b775fa33b3 |
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 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)