From 6b00d5f5538da9055b5b131a99bfee88606e0602 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Jul 2007 17:56:39 +0000 Subject: [PATCH] (inferior-octave-prompt): Accept .exe. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/octave-inf.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f474a0b1997..246b524cc60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-07-23 Richard Stallman + + * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe. + 2007-07-23 Dan Nicolaescu * vc-git.el (vc-git-checkin): Delete unused parameter and the code diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 63f9af50c1e..b46510b5ac9 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -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) -- 2.39.5