summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/avl-tree.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't require `cl'.Thien-Thi Nguyen2007-08-271-9/+4
| | | | | (elib-stack-create, elib-stack-push, elib-stack-pop): Delete funcs. (elib-avl-mapc): Use `nil' for new stack, and `push' and `pop' directly.
* Move provide form to end; nfc.Thien-Thi Nguyen2007-08-271-1/+2
|
* Munge comments, whitespace, indentation, hanging parens; nfc.Thien-Thi Nguyen2007-08-271-397/+252
|
* Initial revision, comprising elib-node.el and avltree.el,Thien-Thi Nguyen2007-08-271-0/+715
with minimum modifications for standalone-compilation.