* 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
(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))