emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r112939: Fix last change to octave.el


From: Leo Liu
Subject: [Emacs-diffs] trunk r112939: Fix last change to octave.el
Date: Wed, 12 Jun 2013 02:59:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112939
revision-id: address@hidden
parent: address@hidden
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Wed 2013-06-12 10:58:03 +0800
message:
  Fix last change to octave.el
modified:
  lisp/progmodes/octave.el       
octavemod.el-20091113204419-o5vbwnq5f7feedwu-1028
=== modified file 'lisp/progmodes/octave.el'
--- a/lisp/progmodes/octave.el  2013-06-12 02:37:38 +0000
+++ b/lisp/progmodes/octave.el  2013-06-12 02:58:03 +0000
@@ -772,7 +772,7 @@
     (inferior-octave-send-list-and-digest
      (list "more off;\n"
            (unless (equal inferior-octave-output-string ">> ")
-             "PS1 ('\\\\s> ');\n")
+             "PS1 ('\\s> ');\n")
            (when (and inferior-octave-startup-file
                       (file-exists-p inferior-octave-startup-file))
              (format "source ('%s');\n" inferior-octave-startup-file))))


reply via email to

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