mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Reverted 2014-01-02T22:54:37Z!vincentb1@users.sourceforge.net.
This commit is contained in:
parent
c401907409
commit
fdaecc05fe
2 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue