/[emacs]/emacs/lisp/ses.el
ViewVC logotype

Diff of /emacs/lisp/ses.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by lute, Thu May 26 13:10:29 2005 UTC revision 1.17 by lektu, Tue Jun 14 15:20:47 2005 UTC
# Line 1361  execute cell formulas or print functions Line 1361  execute cell formulas or print functions
1361          (ses-set-parameter 'ses--file-format 2)          (ses-set-parameter 'ses--file-format 2)
1362          (message "Upgrading from SES-1 file format")))          (message "Upgrading from SES-1 file format")))
1363      (or (= ses--file-format 2)      (or (= ses--file-format 2)
1364          (error "This file needs a newer version of the SES library code."))          (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))      (ses-create-cell-variable-range 0 (1- ses--numrows) 0 (1- ses--numcols))
1366      ;;Initialize cell array      ;;Initialize cell array
1367      (setq ses--cells (make-vector ses--numrows nil))      (setq ses--cells (make-vector ses--numrows nil))

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26