# HG changeset patch # User Stefan Monnier # Date 1109855567 0 # Node ID 3375018deeb3e91f122a180c882711aa36caad99 # Parent 70a63281c5410706c1f88e578afa1e345ef7d53f (blink-cursor-mode): `emacs-quick-startup' may not be bound yet. diff -r 70a63281c541 -r 3375018deeb3 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 02 22:35:17 2005 +0000 +++ b/lisp/ChangeLog Thu Mar 03 13:12:47 2005 +0000 @@ -1,3 +1,8 @@ +2005-03-03 Stefan Monnier + + * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be + bound yet. + 2005-03-02 Romain Francoise * ibuf-ext.el (ibuffer-filter-disable): Move back to the current @@ -52,8 +57,7 @@ (debugger-setup-buffer): Delete one more frame line in case of debug on entry. (debugger-frame-number): Update to use the new text introduced by - the 1999-11-03 change. Skip one more frame in case of debug on - entry. + the 1999-11-03 change. Skip one more frame in case of debug on entry. 2005-02-28 Kim F. Storm diff -r 70a63281c541 -r 3375018deeb3 lisp/frame.el --- a/lisp/frame.el Wed Mar 02 22:35:17 2005 +0000 +++ b/lisp/frame.el Thu Mar 03 13:12:47 2005 +0000 @@ -1270,7 +1270,7 @@ 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 - emacs-quick-startup + (if (boundp 'emacs-quick-startup) emacs-quick-startup) (eq system-type 'ms-dos) (not (memq window-system '(x w32))))) :group 'cursor