*** empty log message ***

This commit is contained in:
Luc Teirlinck 2005-07-10 17:01:34 +00:00
parent e30522ee69
commit 0a2eeb92f2

View file

@ -1,5 +1,17 @@
2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
* 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.