# HG changeset patch # User Jonathan Yavner # Date 1075359044 0 # Node ID 6f81978777368fdbcbf769fd497eac91915d993f # Parent 625168ecac3fae4ea3e631c2c0db8848326ffdc4 Increase ses-initial-column-width to 14, so it will play well with default printer of "%.7g" for extreme values like "-1.234567e+07". diff -r 625168ecac3f -r 6f8197877736 lisp/ses.el --- 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))))