diff lisp/frame.el @ 111911:00650384dc02

* frame.el (blink-cursor-mode): Make default t for ns.
author Jan D. <jan.h.d@swipnet.se>
date Mon, 06 Dec 2010 07:51:06 +0100
parents f8aafba5ed54
children c00190a8c8ef 376148b31b5e
line wrap: on
line diff
--- a/lisp/frame.el	Sun Dec 05 11:33:48 2010 +0100
+++ b/lisp/frame.el	Mon Dec 06 07:51:06 2010 +0100
@@ -1614,7 +1614,7 @@
   :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