diff options
| author | Richard M. Stallman | 2007-07-23 17:56:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-07-23 17:56:39 +0000 |
| commit | 6b00d5f5538da9055b5b131a99bfee88606e0602 (patch) | |
| tree | fcf23e2a4bf1f0343abf7cb29d0a0d177b14fe7d | |
| parent | b838ac802bbfb3a1548c00a29d7719e3cd69eb75 (diff) | |
| download | emacs-6b00d5f5538da9055b5b131a99bfee88606e0602.tar.gz emacs-6b00d5f5538da9055b5b131a99bfee88606e0602.zip | |
(inferior-octave-prompt): Accept .exe.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/octave-inf.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f474a0b1997..246b524cc60 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-23 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe. | ||
| 4 | |||
| 1 | 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * vc-git.el (vc-git-checkin): Delete unused parameter and the code | 7 | * vc-git.el (vc-git-checkin): Delete unused parameter and the code |
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 63f9af50c1e..b46510b5ac9 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | :group 'octave-inferior) | 42 | :group 'octave-inferior) |
| 43 | 43 | ||
| 44 | (defcustom inferior-octave-prompt | 44 | (defcustom inferior-octave-prompt |
| 45 | "\\(^octave\\(\\|.bin\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " | 45 | "\\(^octave\\(\\|.bin\\|.exe\\)\\(-[.0-9]+\\)?\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ " |
| 46 | "Regexp to match prompts for the inferior Octave process." | 46 | "Regexp to match prompts for the inferior Octave process." |
| 47 | :type 'regexp | 47 | :type 'regexp |
| 48 | :group 'octave-inferior) | 48 | :group 'octave-inferior) |