aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 0a1ffb8a999..bd4d7ad5288 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1263,7 +1263,7 @@ cursor display. On a text-only terminal, this is not implemented."
1263 :init-value (not (or noninteractive 1263 :init-value (not (or noninteractive
1264 no-blinking-cursor 1264 no-blinking-cursor
1265 (eq system-type 'ms-dos) 1265 (eq system-type 'ms-dos)
1266 (not (memq window-system '(x w32))))) 1266 (not (memq window-system '(x w32 mac)))))
1267 :initialize 'custom-initialize-safe-default 1267 :initialize 'custom-initialize-safe-default
1268 :group 'cursor 1268 :group 'cursor
1269 :global t 1269 :global t