]> code.delx.au - gnu-emacs/commit
Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 7 Jun 2016 20:32:59 +0000 (22:32 +0200)
committerMichal Nazarewicz <mina86@mina86.com>
Wed, 8 Jun 2016 17:10:59 +0000 (19:10 +0200)
commit7715ee54b3588cfdef03b5d45aaf44b73b422ec6
tree176ae2e58b9018e0b761aea2bd31e2161e6c0481
parent027e6fbfe472bad1fd0464e070bc782c7e3e776a
Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro

* lisp/emacs-lisp/ert-x.el (ert-with-function-mocked): Remove macro
in favour of ‘cl-letf’ macro which is more generic.  All existing
uses are migrated accordingly.  The macro has not been included in
an official release yet so it should be fine to delete it.
etc/NEWS
lisp/emacs-lisp/ert-x.el
test/lisp/calendar/icalendar-tests.el
test/lisp/emacs-lisp/ert-x-tests.el
test/lisp/gnus/message-tests.el
test/lisp/vc/vc-bzr-tests.el