From: Luc Teirlinck Date: Sun, 10 Jul 2005 17:01:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~8253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e024dc02f0e..86c6965c801 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,17 @@ 2005-07-10 Luc Teirlinck + * custom.el (custom-initialize-safe-set) + (custom-initialize-safe-default): New functions. + + * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default' + and simplify :init-value. + + * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default' + and simplify :init-value. Delete obsolete comment. + + * startup.el (command-line): Use `custom-reevaluate-setting' to + handle `tooltip-mode'. Delete obsolete comment. + * files.el (set-visited-file-name): Avoid calling `file-name-nondirectory' with a nil argument.