aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKaroly Lorentey2005-02-18 23:22:51 +0000
committerKaroly Lorentey2005-02-18 23:22:51 +0000
commitc20213c90736fc9c2a6eca2ca44d6e200dbf5efe (patch)
treec30b61c9f6035cb405de7af3d99cb6d3886612cc /lisp
parent42073ee0ab23831daed0332d97560a6903646b87 (diff)
downloademacs-c20213c90736fc9c2a6eca2ca44d6e200dbf5efe.tar.gz
emacs-c20213c90736fc9c2a6eca2ca44d6e200dbf5efe.zip
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
Diffstat (limited to 'lisp')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
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
1342 (not (or noninteractive 1342 (not (or noninteractive
1343 emacs-quick-startup 1343 emacs-quick-startup
1344 (eq system-type 'ms-dos) 1344 (eq system-type 'ms-dos)
1345 (not (memq window-system '(x w32))))) 1345 (not (memq initial-window-system '(x w32)))))
1346 "*Non-nil means Blinking Cursor mode is active." 1346 "*Non-nil means Blinking Cursor mode is active."
1347 :group 'cursor 1347 :group 'cursor
1348 :tag "Blinking cursor" 1348 :tag "Blinking cursor"