From cbb3eb522d6f32ff1130cb3dfb6db4a831a05a9a Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Wed, 12 Jun 2013 10:58:03 +0800 Subject: [PATCH] Fix last change to octave.el --- lisp/progmodes/octave.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.2