branch: scratch/el-mock commit b3accacee4af946c2614d0252d4a5af06f233e1b Author: Philipp Stephani <p...@google.com> Commit: Philipp Stephani <p...@google.com>
el-mock doesn’t need cl.el any more --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9ed344f90c..495efde6ed 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ El mock is a mocking library for Emacs. Add this to your test-helper, [for instance](https://github.com/rejeep/prodigy.el/blob/700eb15293260fdfa2fc0cff38df600693b7e4e5/test/test-helper.el#L107-L109) ``` (require 'el-mock) -(eval-when-compile - (require 'cl)) ;; for el-mock ``` An example of a simple mock that displays "/mocked/file/name.el":