diff lisp/frame.el @ 25266:1bae87a16cdf

(blink-cursor): Don't turn on cursor blinking for ms-dos.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 15 Aug 1999 11:56:16 +0000
parents fde300f58ed8
children 312839b8086d
line wrap: on
line diff
--- a/lisp/frame.el	Sun Aug 15 11:52:16 1999 +0000
+++ b/lisp/frame.el	Sun Aug 15 11:56:16 1999 +0000
@@ -843,7 +843,7 @@
 				     '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