* frame.el (blink-cursor-mode): Make default t for ns.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Dec 2010 06:51:06 +0000 (07:51 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Dec 2010 06:51:06 +0000 (07:51 +0100)
lisp/ChangeLog
lisp/frame.el

index 8e80a7a..125ce33 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-06  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frame.el (blink-cursor-mode): Make default t for ns.
+
 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
 
        * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
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