# HG changeset patch # User jwe # Date 789245580 0 # Node ID b6bcecd5ec8454d648e9470760a9169cd3ada654 # Parent 18933dbd5e43a18fed9430d968a1de88f4d741e9 [project @ 1995-01-04 18:53:00 by jwe] diff -r 18933dbd5e43 -r b6bcecd5ec84 scripts/miscellaneous/dump_prefs.m --- a/scripts/miscellaneous/dump_prefs.m Wed Jan 04 04:19:24 1995 +0000 +++ b/scripts/miscellaneous/dump_prefs.m Wed Jan 04 18:53:00 1995 +0000 @@ -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");