changeset 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 b796f66dc4d1
children e8bfc9ca45c2
files lisp/frame.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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