]> code.delx.au - gnu-emacs/blobdiff - lisp/frame.el
Merge from emacs-23
[gnu-emacs] / lisp / frame.el
index b133851b440ea69ecd64147e4ad2092e9328cba2..969a02debe9572ea662e63e69b4aba46439e30fb 100644 (file)
@@ -1545,7 +1545,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