summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-07-10 17:01:34 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-07-10 17:01:34 +0000
commit0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc (patch)
tree22c7bd8b3e0530627b4e9cc8e7b073e37e30f1b1 /lisp
parente30522ee69389e52e7cdb483a3537d5fb83f9afd (diff)
downloademacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.tar.gz
emacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.tar.bz2
emacs-0a2eeb92f25b70bd55d8486b7700a2dc4c8010cc.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-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 @@
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.