From 7107f6b2bb4e03a16ea84cfa24c7cd3cb1660778 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Oct 2005 14:23:26 +0000 Subject: [PATCH] (blink-cursor-mode): Add `mac' to the list of window-system's that support blinking cursor. --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." :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 mac))))) :initialize 'custom-initialize-safe-default :group 'cursor :global t -- 2.39.5