From: Gerd Moellmann Date: Thu, 2 Mar 2000 09:34:13 +0000 (+0000) Subject: (blink-cursor-mode): Switch cursor on when turning X-Git-Tag: emacs-pretest-21.0.90~4811 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4ed0cba90057e660a985b79c9e12f382bcac55b;p=emacs.git (blink-cursor-mode): Switch cursor on when turning the mode off. --- diff --git a/lisp/frame.el b/lisp/frame.el index d77e1b489cf..d89798285f7 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1046,7 +1046,8 @@ window blinks." (run-with-idle-timer blink-cursor-delay blink-cursor-delay 'blink-cursor-start)) - (setq blink-cursor-mode t))))) + (setq blink-cursor-mode t)) + (internal-show-cursor nil t)))) (defcustom blink-cursor (not (eq system-type 'ms-dos)) "*Non-nil means blinking cursor mode is active."