changeset 78198:dcfe1564f1a0

(inferior-octave-prompt): Accept .exe.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Jul 2007 17:54:49 +0000
parents f942a5cc0de4
children 9072f82b7b83
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 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)