]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-octave-prompt): Accept .exe.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Jul 2007 17:56:39 +0000 (17:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Jul 2007 17:56:39 +0000 (17:56 +0000)
lisp/ChangeLog
lisp/progmodes/octave-inf.el

index f474a0b19978208568802e19eed41c31aba9528c..246b524cc60b7cccecb9aa17b992bb5e24f6d442 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  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-git.el (vc-git-checkin): Delete unused parameter and the code
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)