summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2010-12-06 07:51:06 +0100
committerJan Djärv <jan.h.d@swipnet.se>2010-12-06 07:51:06 +0100
commit0afb6242c77237cd2cc1f0e623b08e20488c5b74 (patch)
tree380a958bf517d672f98e66a0528390eb4c82e3d2 /lisp/frame.el
parenta56d164e67624f351b2b89a340fa212f8c5b8efd (diff)
downloademacs-0afb6242c77237cd2cc1f0e623b08e20488c5b74.tar.gz
* frame.el (blink-cursor-mode): Make default t for ns.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 0628db7ee38..99f7a26d27a 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -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