]> git.eshelyaron.com Git - emacs.git/commitdiff
(inferior-octave-prompt): Also match prompts of the form
authorStephen Eglen <stephen@gnu.org>
Mon, 28 Sep 1998 14:03:38 +0000 (14:03 +0000)
committerStephen Eglen <stephen@gnu.org>
Mon, 28 Sep 1998 14:03:38 +0000 (14:03 +0000)
`octave.bin:1>' which come from using precopiled binary versions.

lisp/progmodes/octave-inf.el

index 64f9e4c0efc5fee85742200e1788c18105a05290..097c8649f8bf8d16de192fd517dbd60891c79ab8 100644 (file)
@@ -39,7 +39,7 @@
   :group 'octave-inferior)
 
 (defcustom inferior-octave-prompt
-  "\\(^octave\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
+  "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
   "*Regexp to match prompts for the inferior Octave process."
   :type 'regexp
   :group 'octave-inferior)