From: Leo Liu Date: Tue, 30 Apr 2013 16:27:36 +0000 (+0800) Subject: * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b12d33d7e4288780419d6cb45e28a08da06bd144;p=emacs.git * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0513d69d0fc..3b1796a6421 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-04-30 Leo Liu + + * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last + change. + 2013-04-30 Alan Mackenzie Handle arbitrarily long C++ member initialisation lists. diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 32d265d2e80..22ecd514c5c 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el @@ -568,11 +568,9 @@ definitions can also be stored in files and used in batch mode." :type 'regexp :group 'octave) -(defcustom inferior-octave-prompt-read-only t +(defcustom inferior-octave-prompt-read-only comint-prompt-read-only "If non-nil, the Octave prompt is read only. -The read only region includes the newline before the prompt. -Setting this variable does not affect existing Octave runs. -This feature utilizes the `comint-prompt-read-only' variable." +See `comint-prompt-read-only' for details." :type 'boolean :group 'octave :version "24.4")