aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-03 19:14:39 +0000
committerGerd Moellmann2000-07-03 19:14:39 +0000
commit6753393b266d6cfd4f26e0beab026d5448754be5 (patch)
tree133ffe35c128e6255e984fb06e837e3183f096fc /lisp/ChangeLog
parentcae2c28eeed2f90efc3fdd125b6e1d7a830b4ce1 (diff)
downloademacs-6753393b266d6cfd4f26e0beab026d5448754be5.tar.gz
emacs-6753393b266d6cfd4f26e0beab026d5448754be5.zip
(command-line): Initialize blink-cursor based
on window-system.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8066815152a..2742992a4fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12000-07-03 Gerd Moellmann <gerd@gnu.org> 12000-07-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * frame.el (blink-cursor-mode): Don't hide cursor initially.
4
5 * startup.el (command-line): Initialize blink-cursor based
6 on window-system.
7
3 * frame.el (blink-cursor): Default to nil if not running under 8 * frame.el (blink-cursor): Default to nil if not running under
4 a window-system. 9 a window-system.
5 10