(ses-load): Follow error conventions.
This commit is contained in:
parent
e248903c19
commit
e20bb6294d
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ execute cell formulas or print functions."
|
|||
(ses-set-parameter 'ses--file-format 2)
|
||||
(message "Upgrading from SES-1 file format")))
|
||||
(or (= ses--file-format 2)
|
||||
(error "This file needs a newer version of the SES library code."))
|
||||
(error "This file needs a newer version of the SES library code"))
|
||||
(ses-create-cell-variable-range 0 (1- ses--numrows) 0 (1- ses--numcols))
|
||||
;;Initialize cell array
|
||||
(setq ses--cells (make-vector ses--numrows nil))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue