emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ses.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ses.el
Date: Tue, 14 Jun 2005 11:20:47 -0400

Index: emacs/lisp/ses.el
diff -c emacs/lisp/ses.el:1.16 emacs/lisp/ses.el:1.17
*** emacs/lisp/ses.el:1.16      Thu May 26 13:10:29 2005
--- emacs/lisp/ses.el   Tue Jun 14 15:20:47 2005
***************
*** 1361,1367 ****
        (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."))
      (ses-create-cell-variable-range 0 (1- ses--numrows) 0 (1- ses--numcols))
      ;;Initialize cell array
      (setq ses--cells (make-vector ses--numrows nil))
--- 1361,1367 ----
        (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"))
      (ses-create-cell-variable-range 0 (1- ses--numrows) 0 (1- ses--numcols))
      ;;Initialize cell array
      (setq ses--cells (make-vector ses--numrows nil))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]