aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 2b33617e062..e7cf62ef708 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1270,7 +1270,7 @@ Note that this command is effective only when Emacs
1270displays through a window system, because then Emacs does its own 1270displays through a window system, because then Emacs does its own
1271cursor display. On a text-only terminal, this is not implemented." 1271cursor display. On a text-only terminal, this is not implemented."
1272 :init-value (not (or noninteractive 1272 :init-value (not (or noninteractive
1273 (if (boundp 'emacs-quick-startup) emacs-quick-startup) 1273 (if (boundp 'no-blinking-cursor) no-blinking-cursor)
1274 (eq system-type 'ms-dos) 1274 (eq system-type 'ms-dos)
1275 (not (memq window-system '(x w32))))) 1275 (not (memq window-system '(x w32)))))
1276 :group 'cursor 1276 :group 'cursor