1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Reverted 2014-01-02T22:54:37Z!vincentb1@users.sourceforge.net.

This commit is contained in:
Vincent Belaïche 2014-01-03 15:15:53 +01:00
parent c401907409
commit fdaecc05fe
2 changed files with 1 additions and 6 deletions

View file

@ -45,11 +45,6 @@
* mail/rmail.el (rmail-get-coding-function): Variable.
(rmail-get-coding-system): Use it.
2014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net>
* ses.el (ses-load): Correct handling for ses--file-format
checking.
2014-01-02 Vincent Belaïche <vincentb1@users.sourceforge.net>
* ses.el (ses-initial-global-parameters-re): New defconst, a

View file

@ -1860,7 +1860,7 @@ Does not execute cell formulas or print functions."
(insert "(ses-header-row 0)\n")
(ses-set-parameter 'ses--file-format 3)
(message "Upgrading from SES-1 file format")))
(or (<= ses--file-format 3)
(or (> ses--file-format 3)
(error "This file needs a newer version of the SES library code"))
;; Initialize cell array.
(setq ses--cells (make-vector ses--numrows nil))