From c20213c90736fc9c2a6eca2ca44d6e200dbf5efe Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Fri, 18 Feb 2005 23:22:51 +0000 Subject: [PATCH] Initialize blink-cursor-mode consistently. * lisp/frame.el (blink-cursor-mode): Adapt blink-cursor-mode default value from startup.el. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-294 --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 021d6851652..7058c91fdab 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1342,7 +1342,7 @@ This timer calls `blink-cursor-timer-function' every (not (or noninteractive emacs-quick-startup (eq system-type 'ms-dos) - (not (memq window-system '(x w32))))) + (not (memq initial-window-system '(x w32))))) "*Non-nil means Blinking Cursor mode is active." :group 'cursor :tag "Blinking cursor"