(inferior-octave-prompt): Accept .exe.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Jul 2007 17:55:00 +0000 (17:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Jul 2007 17:55:00 +0000 (17:55 +0000)
lisp/ChangeLog
lisp/progmodes/octave-inf.el

index 6bf3e1a..9ed3c32 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-23  Richard Stallman  <rms@gnu.org>
+
+       * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
+
 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/sh-script.el: (sh-font-lock-backslash-quote)
index 63f9af5..b46510b 100644 (file)
@@ -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)