* frame.el (blink-cursor-mode): Make default t for ns.
[bpt/emacs.git] / lisp / frame.el
index 0628db7..99f7a26 100644 (file)
@@ -1614,7 +1614,7 @@ cursor display.  On a text-only terminal, this is not implemented."
   :init-value (not (or noninteractive
                       no-blinking-cursor
                       (eq system-type 'ms-dos)
-                      (not (memq window-system '(x w32)))))
+                      (not (memq window-system '(x w32 ns)))))
   :initialize 'custom-initialize-delay
   :group 'cursor
   :global t