diff options
Diffstat (limited to 'lisp/ses.el')
-rw-r--r-- | lisp/ses.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ses.el b/lisp/ses.el index 37d0d615033..36c966432c9 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -1435,7 +1435,7 @@ ses--default-printer, ses--numrows, or ses--numcols." "Extend the global parameters list when file format is updated from 2 to 3. This happens when local printer function are added to a sheet that was created with SES version 2. This is not -undoable. Return nil when there was no change, and non nil otherwise." +undoable. Return nil when there was no change, and non-nil otherwise." (save-excursion (cond ((and (= ses--file-format 2) (= 3 new-file-format)) |