aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-10-20 14:23:26 +0000
committerEli Zaretskii2005-10-20 14:23:26 +0000
commit7107f6b2bb4e03a16ea84cfa24c7cd3cb1660778 (patch)
tree0ea7936cb99f575fe178e852c4ca4c6378bf9bed
parentcc38a294160ba6f41468f69bb33ef5a93a48d323 (diff)
downloademacs-7107f6b2bb4e03a16ea84cfa24c7cd3cb1660778.tar.gz
emacs-7107f6b2bb4e03a16ea84cfa24c7cd3cb1660778.zip
(blink-cursor-mode): Add `mac' to the list of window-system's that
support blinking cursor.
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 0a1ffb8a999..bd4d7ad5288 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1263,7 +1263,7 @@ cursor display. On a text-only terminal, this is not implemented."
1263 :init-value (not (or noninteractive 1263 :init-value (not (or noninteractive
1264 no-blinking-cursor 1264 no-blinking-cursor
1265 (eq system-type 'ms-dos) 1265 (eq system-type 'ms-dos)
1266 (not (memq window-system '(x w32))))) 1266 (not (memq window-system '(x w32 mac)))))
1267 :initialize 'custom-initialize-safe-default 1267 :initialize 'custom-initialize-safe-default
1268 :group 'cursor 1268 :group 'cursor
1269 :global t 1269 :global t