Mercurial > emacs
changeset 53746:6f8197877736
Increase ses-initial-column-width to 14, so it will play well with default
printer of "%.7g" for extreme values like "-1.234567e+07".
author | Jonathan Yavner <jyavner@member.fsf.org> |
---|---|
date | Thu, 29 Jan 2004 06:50:44 +0000 |
parents | 625168ecac3f |
children | 8f7cec0816c5 |
files | lisp/ses.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ses.el Thu Jan 29 04:58:11 2004 +0000 +++ b/lisp/ses.el Thu Jan 29 06:50:44 2004 +0000 @@ -52,7 +52,7 @@ :group 'ses :type '(cons (integer :tag "numrows") (integer :tag "numcols"))) -(defcustom ses-initial-column-width 7 +(defcustom ses-initial-column-width 14 "Initial width of columns in a new spreadsheet." :group 'ses :type '(integer :match (lambda (widget value) (> value 0))))