]> git.eshelyaron.com Git - emacs.git/commitdiff
(blink-cursor-mode): Add `mac' to the list of window-system's that
authorEli Zaretskii <eliz@gnu.org>
Thu, 20 Oct 2005 14:23:26 +0000 (14:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 20 Oct 2005 14:23:26 +0000 (14:23 +0000)
support blinking cursor.

lisp/frame.el

index 0a1ffb8a9991c74808c441a0ad41c2078435e838..bd4d7ad5288ff94f1366ffbd3b3abf058b64c287 100644 (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