Mercurial > emacs
changeset 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 | 3aba9b200c5f |
children | 3bb9959ad6cd |
files | lisp/frame.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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