Mercurial > emacs
diff lisp/frame.el @ 60398:444829a91578
(blink-cursor-mode): Replace `emacs-quick-startup' with `no-blinking-cursor'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 05 Mar 2005 04:32:30 +0000 |
parents | 3375018deeb3 |
children | 91bf7b558b82 1f334cdd7020 29e773288013 |
line wrap: on
line diff
--- a/lisp/frame.el Sat Mar 05 04:31:59 2005 +0000 +++ b/lisp/frame.el Sat Mar 05 04:32:30 2005 +0000 @@ -1270,7 +1270,7 @@ 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 - (if (boundp 'emacs-quick-startup) emacs-quick-startup) + (if (boundp 'no-blinking-cursor) no-blinking-cursor) (eq system-type 'ms-dos) (not (memq window-system '(x w32))))) :group 'cursor