1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(inferior-octave-prompt): Accept .exe.

This commit is contained in:
Richard M. Stallman 2007-07-23 17:55:00 +00:00
parent bdef712c49
commit 6145f7fdfe
2 changed files with 5 additions and 1 deletions

View 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)

View 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)