a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 2167 and 215219

Description: Library of commonly-used Emacs functions
 Elib is designed to be for Elisp programs what libg++ is
 for C++ programs:  a collection of useful routines which don't have to
 be reinvented each time a new program is written.
 .
 Elib contains code for:
  - container data structures (queues, stacks, AVL trees, etc)
  - string handling functions missing in standard emacs
  - minibuffer handling functions missing in standard emacs
  - routines for handling lists of so called cookies in a buffer.
Description: Library of commonly-used Emacs functions
--- 2167	Thu Jan  1 00:00:00 1970
+++ 215219	Thu Jan  1 00:00:00 1970
@@ -1,10 +1 @@
 Library of commonly-used Emacs functions
- Elib is designed to be for Elisp programs what libg++ is
- for C++ programs:  a collection of useful routines which don't have to
- be reinvented each time a new program is written.
- .
- Elib contains code for:
-  - container data structures (queues, stacks, AVL trees, etc)
-  - string handling functions missing in standard emacs
-  - minibuffer handling functions missing in standard emacs
-  - routines for handling lists of so called cookies in a buffer.