diff options
| author | Thien-Thi Nguyen | 2006-05-05 23:19:52 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-05-05 23:19:52 +0000 |
| commit | d91bd17cb6e8699e64411465b84960e088e1cd10 (patch) | |
| tree | e29ab5d397d5c28c8f06074b53277326fa4ac56c /lisp/ChangeLog | |
| parent | fc634b385b55f396dac05ba8d394762ccb5a354d (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-05-06 Kim F. Storm <storm@cua.dk> | 6 | 2006-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 |