X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e6b2f88783f2c89bedcd2a761c6362fb353dc7a3..892f9671ada52150f280915fb34970b7acb0312a:/lisp/frame.el diff --git a/lisp/frame.el b/lisp/frame.el index e581a586b3..25cc5aa38c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1341,9 +1341,10 @@ 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 - emacs-quick-startup + (if (boundp 'no-blinking-cursor) no-blinking-cursor) (eq system-type 'ms-dos) (not (memq initial-window-system '(x w32))))) + :group 'cursor :global t (if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer)) (if blink-cursor-timer (cancel-timer blink-cursor-timer))