Use obarray functions from obarray.
commit5c81fd58e32d965c2551663622e084f2800e1e90
authorPrzemysław Wojnowski <esperanto@cumego.com>
Sun, 8 Nov 2015 18:19:15 +0000 (8 19:19 +0100)
committerNicolas Petton <nicolas@petton.fr>
Thu, 19 Nov 2015 23:19:56 +0000 (20 00:19 +0100)
tree2dfaabcf1cddc4b4c370ef61f7c8b5e4d48bddae
parentebad964b3afbe5ef77085be94cf566836450c74c
Use obarray functions from obarray.

* lisp/abbrev.el (copy-abbrev-table, abbrev-table-p, make-abbrev-table,
  abbrev-table-get, abbrev-table-put, abbrev-table-empty-p,
  clear-abbrev-table, define-abbrev, abbrev--symbol, abbrev-table-menu):
  delegate to obarray.el functions.
* lisp/loadup.el: load obarray before abbrev
* test/automated/abbrev-tests.el: new tests
lisp/abbrev.el
lisp/loadup.el
test/automated/abbrev-tests.el