From: Juri Linkov Date: Sat, 5 Mar 2005 04:32:30 +0000 (+0000) Subject: (blink-cursor-mode): Replace `emacs-quick-startup' with `no-blinking-cursor'. X-Git-Tag: ttn-vms-21-2-B4~1988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f245324110f8e6fc2534bbb6233a1be34a60e317;p=emacs.git (blink-cursor-mode): Replace `emacs-quick-startup' with `no-blinking-cursor'. --- 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