]> git.eshelyaron.com Git - emacs.git/commit
Fix display of cursor when 'blink-cursor-delay' has small value
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Sep 2016 14:25:55 +0000 (17:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Sep 2016 14:25:55 +0000 (17:25 +0300)
commitf2819241bc93b641f13e1a04f3520fadb8ed53a8
tree3a6e010fce25b3d824fb129ea90d3b29b8b41299
parent7cb120ebf397c51540ebb4ef223d84852394ed58
Fix display of cursor when 'blink-cursor-delay' has small value

* lisp/frame.el (blink-cursor-check, blink-cursor-mode):
Protect ourselves against too small values of blink-cursor-delay.
This avoids erratic display of the cursor, or even failure to
display it, when user types text at high speed or leans on a key
to invoke the keyboard auto-repeat feature.  (Bug#24372)
lisp/frame.el