diff options
| author | Luc Teirlinck | 2005-07-10 17:01:34 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-07-10 17:01:34 +0000 |
| commit | 0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc (patch) | |
| tree | 22c7bd8b3e0530627b4e9cc8e7b073e37e30f1b1 | |
| parent | e30522ee69389e52e7cdb483a3537d5fb83f9afd (diff) | |
| download | emacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.tar.gz emacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.zip | |
*** empty log message ***
| -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 | ||