From: Leo Liu Date: Wed, 12 Jun 2013 02:58:03 +0000 (+0800) Subject: Fix last change to octave.el X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~145^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cbb3eb522d6f32ff1130cb3dfb6db4a831a05a9a;p=emacs.git Fix last change to octave.el --- diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 12b360792ab..b1936467274 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el @@ -772,7 +772,7 @@ startup file, `~/.emacs-octave'." (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))))