]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
authorLeo Liu <sdl.web@gmail.com>
Tue, 30 Apr 2013 16:27:36 +0000 (00:27 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 30 Apr 2013 16:27:36 +0000 (00:27 +0800)
change.

lisp/ChangeLog
lisp/progmodes/octave.el

index 0513d69d0fc0893639dbb358eb1cde0390856112..3b1796a6421c4896a8da76d299ff8bd78529187c 100644 (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.
index 32d265d2e80f8f0b483092f0389c1bc0e5fbec42..22ecd514c5cebbaad9de30d676c0a9dfbc13b1f0 100644 (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")