aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-02-12 18:15:57 +0000
committerLuc Teirlinck2005-02-12 18:15:57 +0000
commit03e384994b3ea9329dcd47ac0cb812072e397e3c (patch)
treef7df71fe53a3e242ca31585481d3862b97cbb05c
parent5e2087b85af9f39b62eb37abd4686a0f4aadd360 (diff)
downloademacs-03e384994b3ea9329dcd47ac0cb812072e397e3c.tar.gz
emacs-03e384994b3ea9329dcd47ac0cb812072e397e3c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f205c2fdc6a..f4e50061105 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,9 +3,10 @@
3 * custom.el (custom-theme-set-variables): Handle variable aliases. 3 * custom.el (custom-theme-set-variables): Handle variable aliases.
4 4
5 * frame.el (blink-cursor-timer): Doc fix. 5 * frame.el (blink-cursor-timer): Doc fix.
6 (blink-cursor-mode): Use correct standard expression in defcustom.
7 (blink-cursor): Make it an alias for `blink-cursor-mode' and 6 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8 declare obsolete. 7 declare obsolete.
8 (blink-cursor-mode): Define with defcustom and use correct
9 standard expression in that defcustom.
9 * startup.el (command-line): Adapt to above changes in frame.el. 10 * startup.el (command-line): Adapt to above changes in frame.el.
10 11
112005-02-11 Lute Kamstra <lute@gnu.org> 122005-02-11 Lute Kamstra <lute@gnu.org>