From d4ed0cba90057e660a985b79c9e12f382bcac55b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 2 Mar 2000 09:34:13 +0000 Subject: [PATCH] (blink-cursor-mode): Switch cursor on when turning the mode off. --- lisp/frame.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.5