diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e024dc02f0e..86c6965c801 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2005-07-10 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2005-07-10 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * custom.el (custom-initialize-safe-set) | ||
| 4 | (custom-initialize-safe-default): New functions. | ||
| 5 | |||
| 6 | * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default' | ||
| 7 | and simplify :init-value. | ||
| 8 | |||
| 9 | * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default' | ||
| 10 | and simplify :init-value. Delete obsolete comment. | ||
| 11 | |||
| 12 | * startup.el (command-line): Use `custom-reevaluate-setting' to | ||
| 13 | handle `tooltip-mode'. Delete obsolete comment. | ||
| 14 | |||
| 3 | * files.el (set-visited-file-name): Avoid calling | 15 | * files.el (set-visited-file-name): Avoid calling |
| 4 | `file-name-nondirectory' with a nil argument. | 16 | `file-name-nondirectory' with a nil argument. |
| 5 | 17 | ||