# HG changeset patch # User Eli Zaretskii # Date 1129818206 0 # Node ID e824309d9cd02cb381b8d35512d8e3600cc2a701 # Parent eb65acc9530359b55857c93f1609d1ef3b490941 (blink-cursor-mode): Add `mac' to the list of window-system's that support blinking cursor. diff -r eb65acc95303 -r e824309d9cd0 lisp/frame.el --- a/lisp/frame.el Thu Oct 20 14:17:14 2005 +0000 +++ b/lisp/frame.el Thu Oct 20 14:23:26 2005 +0000 @@ -1263,7 +1263,7 @@ :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