mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
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
This commit is contained in:
parent
42073ee0ab
commit
c20213c907
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue