From 7715ee54b3588cfdef03b5d45aaf44b73b422ec6 Mon Sep 17 00:00:00 2001 From: Michal Nazarewicz Date: Tue, 7 Jun 2016 22:32:59 +0200 Subject: Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc') diff --git a/etc/NEWS b/etc/NEWS index 7f91721205..e2c99a1027 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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. -- cgit v1.2.3