Mercurial > emacs
diff lisp/ChangeLog @ 71052:529644115612
(ewoc--current-dll): Remove. Basically undo the change of 2006-05-26:
use extra arguments instead of dynamic scoping.
(ewoc-locate): Remove unused var `footer'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 29 May 2006 04:39:46 +0000 |
parents | bf1f0ff1e25e |
children | ae67d314ac22 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 29 03:47:56 2006 +0000 +++ b/lisp/ChangeLog Mon May 29 04:39:46 2006 +0000 @@ -1,3 +1,10 @@ +2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/ewoc.el (ewoc--current-dll): Remove. + Basically undo the change of 2006-05-26: use extra arguments instead of + dynamic scoping. + (ewoc-locate): Remove unused var `footer'. + 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.