]> git.eshelyaron.com Git - emacs.git/commitdiff
(blink-cursor-mode): Replace `emacs-quick-startup' with `no-blinking-cursor'.
authorJuri Linkov <juri@jurta.org>
Sat, 5 Mar 2005 04:32:30 +0000 (04:32 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 5 Mar 2005 04:32:30 +0000 (04:32 +0000)
lisp/frame.el

index 2b33617e062be5c1f1fb2cdd5f4e453cd1d67590..e7cf62ef708e8cbe6d21d1fc32547765eeb0a4fa 100644 (file)
@@ -1270,7 +1270,7 @@ Note that this command is effective only when Emacs
 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