Mercurial > hg > octave-thorsten
changeset 1012:b6bcecd5ec84
[project @ 1995-01-04 18:53:00 by jwe]
author | jwe |
---|---|
date | Wed, 04 Jan 1995 18:53:00 +0000 |
parents | 18933dbd5e43 |
children | 78207d5baa03 |
files | scripts/miscellaneous/dump_prefs.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/miscellaneous/dump_prefs.m +++ b/scripts/miscellaneous/dump_prefs.m @@ -1,4 +1,4 @@ -# Copyright (C) 1994 John W. Eaton +# Copyright (C) 1994, 1995 John W. Eaton # # This file is part of Octave. # @@ -42,7 +42,7 @@ dump_1_pref (file, "PS1"); dump_1_pref (file, "PS2"); dump_1_pref (file, "automatic_replot"); - dump_1_pref (file, "commas_in_literal_matrix"); + dump_1_pref (file, "whitespace_in_literal_matrix"); dump_1_pref (file, "default_save_format"); dump_1_pref (file, "do_fortran_indexing"); dump_1_pref (file, "empty_list_elements_ok");