From: Vincent Belaïche Date: Thu, 31 Dec 2015 08:21:46 +0000 (+0100) Subject: fix bug#21054 X-Git-Tag: emacs-25.0.90~307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1a8509030a8656a6fd3e8bb64ae38d85cd889ee;p=emacs.git fix bug#21054 * ses.el (ses-check-curcell): Call `ses-set-curcell' unconditionally --- diff --git a/lisp/ses.el b/lisp/ses.el index d15483f4783..f72df20c21b 100644 --- a/lisp/ses.el +++ b/lisp/ses.el @@ -1117,9 +1117,7 @@ region, or nil if cursor is not at a cell." The end marker is appropriate if some argument is `end'. A range is appropriate if some argument is `range'. A single cell is appropriate unless some argument is `needrange'." - (if (eq ses--curcell t) - ;; curcell recalculation was postponed, but user typed ahead. - (ses-set-curcell)) + (ses-set-curcell); fix bug#21054 (cond ((not ses--curcell) (or (memq 'end args)