aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichal Nazarewicz2016-06-07 22:32:59 +0200
committerMichal Nazarewicz2016-06-08 19:10:59 +0200
commit7715ee54b3588cfdef03b5d45aaf44b73b422ec6 (patch)
tree176ae2e58b9018e0b761aea2bd31e2161e6c0481 /etc
parent027e6fbfe472bad1fd0464e070bc782c7e3e776a (diff)
downloademacs-7715ee54b3588cfdef03b5d45aaf44b73b422ec6.tar.gz
emacs-7715ee54b3588cfdef03b5d45aaf44b73b422ec6.zip
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/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f917212059..e2c99a10275 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -411,9 +411,6 @@ by setting 'autoload-timestamps' to nil.
411FIXME As an experiment, nil is the current default. 411FIXME As an experiment, nil is the current default.
412If no insurmountable problems before next release, it can stay that way. 412If no insurmountable problems before next release, it can stay that way.
413 413
414** 'ert-with-function-mocked' of 'ert-x package allows mocking of functions
415in unit tests.
416
417--- 414---
418** 'gnutls-boot' now takes a parameter :complete-negotiation that says 415** 'gnutls-boot' now takes a parameter :complete-negotiation that says
419that negotiation should complete even on non-blocking sockets. 416that negotiation should complete even on non-blocking sockets.