summaryrefslogtreecommitdiff
path: root/lisp/ses.el
diff options
context:
space:
mode:
authorVincent Belaïche <vincentb1@users.sourceforge.net>2015-12-31 09:21:46 +0100
committerVincent Belaïche <vincentb1@users.sourceforge.net>2015-12-31 09:21:46 +0100
commitb1a8509030a8656a6fd3e8bb64ae38d85cd889ee (patch)
tree696d3fba00cdbd77b9220d4e44bef60c987945e8 /lisp/ses.el
parentce5ad125ef982648185d26f45995f02fc5ae132e (diff)
downloademacs-b1a8509030a8656a6fd3e8bb64ae38d85cd889ee.tar.gz
fix bug#21054
* ses.el (ses-check-curcell): Call `ses-set-curcell' unconditionally
Diffstat (limited to 'lisp/ses.el')
-rw-r--r--lisp/ses.el4
1 files changed, 1 insertions, 3 deletions
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)