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 255249 and 249891

Description: hash table library for Emacs
 The missing hash table library for Emacs. Libraries like `s.el'
 (strings) and `dash.el' (lists) have shown how much nicer Emacs Lisp
 programming can be with good libraries. `ht.el' aims to similarly
 simplify working with hash tables.
 .
 Common operations with hash tables (e.g. enumerate the keys) are too
 difficult in Emacs Lisp.
 .
 `ht.el' offers:
 .
  * a consistent naming scheme;
  * a more natural argument ordering;
  * a more comprehensive range of hash table operations;
  * mutation functions always return nil.
Description: hash table library for Emacs
 The missing hash table library for Emacs. Libraries like `s.el'
 (strings) and `dash.el' (lists) have shown how much nicer Emacs Lisp
 programming can be with good libraries. `ht.el' aims to similarly
 simplify working with hash tables.
 .
 Common operations with hash tables (e.g. enumerate the keys) are too
 difficult in Emacs lisp.
 .
 `ht.el' offers:
 .
  * a consistent naming scheme;
  * a more natural argument ordering;
  * a more comprehensive range of hash table operations;
  * mutation functions always return nil.
--- 255249	Thu Jan  1 00:00:00 1970
+++ 249891	Thu Jan  1 00:00:00 1970
@@ -5,7 +5,7 @@
  simplify working with hash tables.
  .
  Common operations with hash tables (e.g. enumerate the keys) are too
- difficult in Emacs Lisp.
+ difficult in Emacs lisp.
  .
  `ht.el' offers:
  .