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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/octave-inf.el [lexbind]
Date: Thu, 20 Nov 2003 19:36:41 -0500

Index: emacs/lisp/progmodes/octave-inf.el
diff -c emacs/lisp/progmodes/octave-inf.el:1.15.8.2 
emacs/lisp/progmodes/octave-inf.el:1.15.8.3
*** emacs/lisp/progmodes/octave-inf.el:1.15.8.2 Tue Oct 14 19:30:18 2003
--- emacs/lisp/progmodes/octave-inf.el  Thu Nov 20 19:35:51 2003
***************
*** 41,47 ****
    :group 'octave-inferior)
  
  (defcustom inferior-octave-prompt
!   "\\(^octave\\(\\|.bin\\)\\(:[0-9]+\\)?\\|^debug\\|^\\)>+ "
    "*Regexp to match prompts for the inferior Octave process."
    :type 'regexp
    :group 'octave-inferior)
--- 41,47 ----
    :group 'octave-inferior)
  
  (defcustom inferior-octave-prompt
!   "\\(^octave\\(\\|.bin\\)\\(-[.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]