(blink-cursor-mode): Replace emacs-quick-startup' with
no-blinking-cursor'.
This commit is contained in:
parent
178b4542e7
commit
f245324110
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ Note that this command is effective only when Emacs
|
|||
displays through a window system, because then Emacs does its own
|
||||
cursor display. On a text-only terminal, this is not implemented."
|
||||
:init-value (not (or noninteractive
|
||||
(if (boundp 'emacs-quick-startup) emacs-quick-startup)
|
||||
(if (boundp 'no-blinking-cursor) no-blinking-cursor)
|
||||
(eq system-type 'ms-dos)
|
||||
(not (memq window-system '(x w32)))))
|
||||
:group 'cursor
|
||||
|
|
Loading…
Add table
Reference in a new issue