summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-03-05 04:32:30 +0000
committerJuri Linkov <juri@jurta.org>2005-03-05 04:32:30 +0000
commitf245324110f8e6fc2534bbb6233a1be34a60e317 (patch)
treeb545c63b32171b7100636336cee8a1042b3b6e99 /lisp/frame.el
parent178b4542e705435fcd29d20317a6bf0586db08d5 (diff)
downloademacs-f245324110f8e6fc2534bbb6233a1be34a60e317.tar.gz
(blink-cursor-mode): Replace `emacs-quick-startup' with `no-blinking-cursor'.
Diffstat (limited to 'lisp/frame.el')
-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
displays through a window system, because then Emacs does its own
cursor display. On a text-only terminal, this is not implemented."
:init-value (not (or noninteractive
- (if (boundp 'emacs-quick-startup) emacs-quick-startup)
+ (if (boundp 'no-blinking-cursor) no-blinking-cursor)
(eq system-type 'ms-dos)
(not (memq window-system '(x w32)))))
:group 'cursor