From: Eli Zaretskii Date: Sun, 15 Aug 1999 11:56:16 +0000 (+0000) Subject: (blink-cursor): Don't turn on cursor blinking for X-Git-Tag: emacs-pretest-21.0.90~7175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8cfed09cc571766106a39327e0a0d89d142804f3;p=emacs.git (blink-cursor): Don't turn on cursor blinking for ms-dos. --- diff --git a/lisp/frame.el b/lisp/frame.el index 2c9f38d8f98..2116291bb0b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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