diff lisp/ChangeLog @ 60401:97189c1b0849

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 05 Mar 2005 04:40:47 +0000
parents 26a3d09449d7
children 3da87e4dfd6f
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 05 04:40:18 2005 +0000
+++ b/lisp/ChangeLog	Sat Mar 05 04:40:47 2005 +0000
@@ -1,3 +1,15 @@
+2005-03-05  Juri Linkov  <juri@jurta.org>
+
+	* frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
+	with `no-blinking-cursor'.
+
+	* startup.el (no-blinking-cursor): New defvar.
+	(command-line): Add `--no-blinking-cursor' to longopts.
+	Set `no-blinking-cursor' to t for command line arguments
+	-Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
+	with `no-blinking-cursor' in the condition for calling
+	`blink-cursor-mode'.
+
 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* menu-bar.el (menu-bar-make-mm-toggle): Doc fix.