]> git.eshelyaron.com Git - emacs.git/commitdiff
Increase ses-initial-column-width to 14, so it will play well with default
authorJonathan Yavner <jyavner@member.fsf.org>
Thu, 29 Jan 2004 06:51:03 +0000 (06:51 +0000)
committerJonathan Yavner <jyavner@member.fsf.org>
Thu, 29 Jan 2004 06:51:03 +0000 (06:51 +0000)
printer of "%.7g" for extreme values like "-1.234567e+07".

lisp/ChangeLog
lisp/ses.el

index c89e2b39c68d6bcae60b3a430065a68d3ce3701a..b59592adc7a1c9ec736bbe24bf80744751099cdd 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
+
+       * ses.el (ses-initial-column-width): Increase to 14, so it will
+       work well with the default printer of "%.7g" for extreme values
+       like "-1.234567e+07".
+
 2004-01-29  Kenichi Handa  <handa@m17n.org>
 
        * term/x-win.el (x-selection-value): Optimize for ASCII only case.
index d799be032ab763949c345186a768009e9e94bb0b..b50a441d261e1618444b28ef0d247daba2812f04 100644 (file)
@@ -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))))