diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2016-06-07 22:32:59 +0200 |
---|---|---|
committer | Michal Nazarewicz <mina86@mina86.com> | 2016-06-08 19:10:59 +0200 |
commit | 7715ee54b3588cfdef03b5d45aaf44b73b422ec6 (patch) | |
tree | 176ae2e58b9018e0b761aea2bd31e2161e6c0481 /etc | |
parent | 027e6fbfe472bad1fd0464e070bc782c7e3e776a (diff) |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -411,9 +411,6 @@ by setting 'autoload-timestamps' to nil. FIXME As an experiment, nil is the current default. If no insurmountable problems before next release, it can stay that way. -** 'ert-with-function-mocked' of 'ert-x package allows mocking of functions -in unit tests. - --- ** 'gnutls-boot' now takes a parameter :complete-negotiation that says that negotiation should complete even on non-blocking sockets. |