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

* frame.el (blink-cursor-mode): Make default t for ns.

This commit is contained in:
Jan Djärv 2010-12-06 07:51:06 +01:00
parent a56d164e67
commit 0afb6242c7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-12-06 Jan Djärv <jan.h.d@swipnet.se>
* frame.el (blink-cursor-mode): Make default t for ns.
2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
* vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).

View file

@ -1614,7 +1614,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 ns)))))
:initialize 'custom-initialize-delay
:group 'cursor
:global t