emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/octave-inf.el, v [EMACS_22


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/octave-inf.el, v [EMACS_22_BASE]
Date: Mon, 23 Jul 2007 17:54:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/07/23 17:54:50

Index: octave-inf.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/octave-inf.el,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -b -r1.29 -r1.29.2.1
--- octave-inf.el       21 Jan 2007 03:20:44 -0000      1.29
+++ octave-inf.el       23 Jul 2007 17:54:49 -0000      1.29.2.1
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]