diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f205c2fdc6a..f4e50061105 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,9 +3,10 @@ * custom.el (custom-theme-set-variables): Handle variable aliases. * frame.el (blink-cursor-timer): Doc fix. - (blink-cursor-mode): Use correct standard expression in defcustom. (blink-cursor): Make it an alias for `blink-cursor-mode' and declare obsolete. + (blink-cursor-mode): Define with defcustom and use correct + standard expression in that defcustom. * startup.el (command-line): Adapt to above changes in frame.el. 2005-02-11 Lute Kamstra