summaryrefslogtreecommitdiff
path: root/lisp/obarray.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| | | | Run admin/update-copyright.
* * lisp/obarray.el: Fix shadowed variablesArtur Malabarba2015-11-111-12/+13
| | | | | (obarray-map, obarray-remove, obarray-put, obarray-get): Change OBARRAY arg to OB to avoid shadowing ‘obarray’.
* Rename obarray-p to obarraypNicolas Petton2015-11-111-1/+1
| | | | | * lisp/obarray.el (obarrayp): New name. * test/automated/obarray-tests.el: Update the tests.
* Rename obarray-foreach to obarray-mapNicolas Petton2015-11-111-1/+1
| | | | | * lisp/obarray.el (obarray-map): New name. * test/automated/obarray-tests.el: Update the corresponding tests.
* New file with obarray functions.Przemysław Wojnowski2015-11-111-0/+65
* lisp/obarray.el: basic obarray functions extracted from abbrev.el * test/automated/obarray-tests.el: new file