aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThien-Thi Nguyen2006-05-05 23:19:52 +0000
committerThien-Thi Nguyen2006-05-05 23:19:52 +0000
commitd91bd17cb6e8699e64411465b84960e088e1cd10 (patch)
treee29ab5d397d5c28c8f06074b53277326fa4ac56c /lisp/ChangeLog
parentfc634b385b55f396dac05ba8d394762ccb5a354d (diff)
downloademacs-d91bd17cb6e8699e64411465b84960e088e1cd10.tar.gz
emacs-d91bd17cb6e8699e64411465b84960e088e1cd10.zip
(ewoc-create, ewoc-set-hf): Use `insert'
directly instead of a lambda expression that calls it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fb36605499a..f57eba17275 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4 directly instead of a lambda expression that calls it.
5
12006-05-06 Kim F. Storm <storm@cua.dk> 62006-05-06 Kim F. Storm <storm@cua.dk>
2 7
3 * avoid.el (mouse-avoidance-point-position): Use posn-at-point 8 * avoid.el (mouse-avoidance-point-position): Use posn-at-point