changeset 66226:e824309d9cd0

(blink-cursor-mode): Add `mac' to the list of window-system's that support blinking cursor.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Oct 2005 14:23:26 +0000
parents eb65acc95303
children 3220ff7b4d13
files lisp/frame.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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