From: Eli Zaretskii Date: Thu, 20 Oct 2005 14:23:26 +0000 (+0000) Subject: (blink-cursor-mode): Add `mac' to the list of window-system's that X-Git-Tag: emacs-pretest-22.0.90~6483 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7107f6b2bb4e03a16ea84cfa24c7cd3cb1660778;p=emacs.git (blink-cursor-mode): Add `mac' to the list of window-system's that support blinking cursor. --- 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