aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-07-10 17:01:34 +0000
committerLuc Teirlinck2005-07-10 17:01:34 +0000
commit0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc (patch)
tree22c7bd8b3e0530627b4e9cc8e7b073e37e30f1b1
parente30522ee69389e52e7cdb483a3537d5fb83f9afd (diff)
downloademacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.tar.gz
emacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
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 @@
12005-07-10 Luc Teirlinck <teirllm@auburn.edu> 12005-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