aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-03-05 04:32:30 +0000
committerJuri Linkov2005-03-05 04:32:30 +0000
commitf245324110f8e6fc2534bbb6233a1be34a60e317 (patch)
treeb545c63b32171b7100636336cee8a1042b3b6e99
parent178b4542e705435fcd29d20317a6bf0586db08d5 (diff)
downloademacs-f245324110f8e6fc2534bbb6233a1be34a60e317.tar.gz
emacs-f245324110f8e6fc2534bbb6233a1be34a60e317.zip
(blink-cursor-mode): Replace `emacs-quick-startup' with `no-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 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