Stefan Monnier
|
cfb5f7e6ac
|
* lisp/obarray.el (obarray-size): Avoid compiler warning.
|
2017-03-18 12:29:12 -04:00 |
|
Stefan Monnier
|
ffbb468499
|
Add obarray-size and fix tests accordingly. Use obarrayp in cedet.
* lisp/obarray.el (obarray-size): New function.
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-symbol)
(semantic-lex-spp-save-table, semantic-lex-spp-macros):
* lisp/cedet/semantic/bovine/c.el (semantic-c-describe-environment):
Use obarrayp.
* test/lisp/obarray-tests.el (obarray-make-default-test)
(obarray-make-with-size-test): Use it.
|
2017-03-16 12:31:07 -04:00 |
|
Paul Eggert
|
5badc81c1c
|
Update copyright year to 2017
Run admin/update-copyright.
|
2016-12-31 19:42:26 -08:00 |
|
Paul Eggert
|
0e963201d0
|
Update copyright year to 2016
Run admin/update-copyright.
|
2016-01-01 01:34:24 -08:00 |
|
Artur Malabarba
|
952395d3eb
|
* lisp/obarray.el: Fix shadowed variables
(obarray-map, obarray-remove, obarray-put, obarray-get):
Change OBARRAY arg to OB to avoid shadowing ‘obarray’.
|
2015-11-11 22:30:22 +00:00 |
|
Nicolas Petton
|
23036bac7d
|
Rename obarray-p to obarrayp
* lisp/obarray.el (obarrayp): New name.
* test/automated/obarray-tests.el: Update the tests.
|
2015-11-11 18:09:42 +01:00 |
|
Nicolas Petton
|
20aea42934
|
Rename obarray-foreach to obarray-map
* lisp/obarray.el (obarray-map): New name.
* test/automated/obarray-tests.el: Update the corresponding tests.
|
2015-11-11 17:53:41 +01:00 |
|
Przemysław Wojnowski
|
a3b210129c
|
New file with obarray functions.
* lisp/obarray.el: basic obarray functions extracted from abbrev.el
* test/automated/obarray-tests.el: new file
|
2015-11-11 17:53:00 +01:00 |
|