aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2013-06-12 10:58:03 +0800
committerLeo Liu2013-06-12 10:58:03 +0800
commitcbb3eb522d6f32ff1130cb3dfb6db4a831a05a9a (patch)
treef1fabc57a1abeca1cee5451745fe5adc45eac25f
parentdaabf15ad87707e788810b1c780ff3a31bb757b4 (diff)
downloademacs-cbb3eb522d6f32ff1130cb3dfb6db4a831a05a9a.tar.gz
emacs-cbb3eb522d6f32ff1130cb3dfb6db4a831a05a9a.zip
Fix last change to octave.el
-rw-r--r--lisp/progmodes/octave.el2
1 files changed, 1 insertions, 1 deletions
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'."
772 (inferior-octave-send-list-and-digest 772 (inferior-octave-send-list-and-digest
773 (list "more off;\n" 773 (list "more off;\n"
774 (unless (equal inferior-octave-output-string ">> ") 774 (unless (equal inferior-octave-output-string ">> ")
775 "PS1 ('\\\\s> ');\n") 775 "PS1 ('\\s> ');\n")
776 (when (and inferior-octave-startup-file 776 (when (and inferior-octave-startup-file
777 (file-exists-p inferior-octave-startup-file)) 777 (file-exists-p inferior-octave-startup-file))
778 (format "source ('%s');\n" inferior-octave-startup-file)))) 778 (format "source ('%s');\n" inferior-octave-startup-file))))