(blink-cursor-mode): Replace emacs-quick-startup' with no-blinking-cursor'.

This commit is contained in:
Juri Linkov 2005-03-05 04:32:30 +00:00
parent 178b4542e7
commit f245324110

View file

@ -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