mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
(inferior-octave-prompt): Accept .exe.
This commit is contained in:
parent
b838ac802b
commit
6b00d5f553
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user