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:
parent
cc38a29416
commit
7107f6b2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue