aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ses.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ses.el')
-rw-r--r--lisp/ses.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el
index d01a8307ffd..1107f21d510 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -1361,7 +1361,7 @@ execute cell formulas or print functions."
1361 (ses-set-parameter 'ses--file-format 2) 1361 (ses-set-parameter 'ses--file-format 2)
1362 (message "Upgrading from SES-1 file format"))) 1362 (message "Upgrading from SES-1 file format")))
1363 (or (= ses--file-format 2) 1363 (or (= ses--file-format 2)
1364 (error "This file needs a newer version of the SES library code.")) 1364 (error "This file needs a newer version of the SES library code"))
1365 (ses-create-cell-variable-range 0 (1- ses--numrows) 0 (1- ses--numcols)) 1365 (ses-create-cell-variable-range 0 (1- ses--numrows) 0 (1- ses--numcols))
1366 ;;Initialize cell array 1366 ;;Initialize cell array
1367 (setq ses--cells (make-vector ses--numrows nil)) 1367 (setq ses--cells (make-vector ses--numrows nil))