]> code.delx.au - gnu-emacs/commit
Rename map-contains-key-p and map-some-p
authorNicolas Petton <nicolas@petton.fr>
Sat, 5 Sep 2015 22:45:48 +0000 (00:45 +0200)
committerNicolas Petton <nicolas@petton.fr>
Sat, 5 Sep 2015 22:48:06 +0000 (00:48 +0200)
commita1535f938181ea137037d0233924a2c9d9e08f76
treebad17e7d22bf19423fcf70276d2fb111ec18945a
parentaeb1d6bdd54671a2e2b7dfbd22fcfe1aa19b36d1
Rename map-contains-key-p and map-some-p

Remove the "-p" suffix from both function names.

* lisp/emacs-lisp/map.el (map-contains-key, map-some): Rename the functions.
* test/automated/map-tests.el (test-map-contains-key, test-map-some):
  Update both test functions.
lisp/emacs-lisp/map.el
test/automated/map-tests.el