1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

* progmodes/octave.el (inferior-octave-prompt-read-only): Fix last

change.
This commit is contained in:
Leo Liu 2013-05-01 00:27:36 +08:00
parent 3d1c39faa4
commit b12d33d7e4
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2013-04-30 Leo Liu <sdl.web@gmail.com>
* progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
change.
2013-04-30 Alan Mackenzie <acm@muc.de>
Handle arbitrarily long C++ member initialisation lists.

View file

@ -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")