]> code.delx.au - gnu-emacs/blobdiff - lisp/frame.el
(calendar-redrawing): New internal variable.
[gnu-emacs] / lisp / frame.el
index 5da549fd73e42c13fe9f12f5adffab2d43c48c1e..e7cf62ef708e8cbe6d21d1fc32547765eeb0a4fa 100644 (file)
@@ -1270,9 +1270,10 @@ 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
-                      emacs-quick-startup
+                      (if (boundp 'no-blinking-cursor) no-blinking-cursor)
                       (eq system-type 'ms-dos)
                       (not (memq window-system '(x w32)))))
+  :group 'cursor
   :global t
   (if blink-cursor-idle-timer (cancel-timer blink-cursor-idle-timer))
   (if blink-cursor-timer (cancel-timer blink-cursor-timer))