emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112428: * progmodes/octave.el (infer


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112428: * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
Date: Wed, 01 May 2013 00:27:36 +0800
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112428
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Wed 2013-05-01 00:27:36 +0800
message:
  * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
  change.
modified:
  lisp/ChangeLog
  lisp/progmodes/octave.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-04-30 16:19:14 +0000
+++ b/lisp/ChangeLog    2013-04-30 16:27:36 +0000
@@ -1,3 +1,8 @@
+2013-04-30  Leo Liu  <address@hidden>
+
+       * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
+       change.
+
 2013-04-30  Alan Mackenzie  <address@hidden>
 
        Handle arbitrarily long C++ member initialisation lists.

=== modified file 'lisp/progmodes/octave.el'
--- a/lisp/progmodes/octave.el  2013-04-30 15:20:46 +0000
+++ b/lisp/progmodes/octave.el  2013-04-30 16:27:36 +0000
@@ -568,11 +568,9 @@
   :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")


reply via email to

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