diff lisp/progmodes/octave-inf.el @ 78198:dcfe1564f1a0

(inferior-octave-prompt): Accept .exe.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Jul 2007 17:54:49 +0000
parents e3694f1cb928
children c1ec1c8a8d2e 492971a3f31f
line wrap: on
line diff
--- a/lisp/progmodes/octave-inf.el	Mon Jul 23 13:07:29 2007 +0000
+++ b/lisp/progmodes/octave-inf.el	Mon Jul 23 17:54:49 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)