emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 b1a8509: fix bug#21054


From: Vincent Belaïche
Subject: [Emacs-diffs] emacs-25 b1a8509: fix bug#21054
Date: Thu, 31 Dec 2015 08:22:09 +0000

branch: emacs-25
commit b1a8509030a8656a6fd3e8bb64ae38d85cd889ee
Author: Vincent Belaïche <address@hidden>
Commit: Vincent Belaïche <address@hidden>

    fix  bug#21054
    
    * ses.el (ses-check-curcell): Call `ses-set-curcell' unconditionally
---
 lisp/ses.el |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lisp/ses.el b/lisp/ses.el
index d15483f..f72df20 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]