diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/octave.el | 2 |
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)))) |