1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(blink-cursor-mode): Add `mac' to the list of window-system's that

support blinking cursor.
This commit is contained in:
Eli Zaretskii 2005-10-20 14:23:26 +00:00
parent cc38a29416
commit 7107f6b2bb

View file

@ -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