]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6bf3e1a15fa3cc9e36db43d2525db4191f0395ad..9ed3c32292297e4919e4f3d6b0653e8b62ed67dc 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 63f9af50c1e276c2dea609793d7807d1769ae8ff..b46510b5ac9d1186fa59f2700e53863d948209ba 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)