(blink-cursor): Don't turn on cursor blinking for

ms-dos.
This commit is contained in:
Eli Zaretskii 1999-08-15 11:56:16 +00:00
parent f3625fc034
commit 8cfed09cc5

View file

@ -843,7 +843,7 @@ window blinks."
'blink-cursor-start))
(setq blink-cursor-mode t)))))
(defcustom blink-cursor t
(defcustom blink-cursor (not (eq system-type 'ms-dos))
"*Non-nil means blink-cursor-mode is active."
:tag "Blinking cursor"
:type 'boolean