Re: [O] [PATCH] Add missing require in org-test.el

2017-07-14 Thread Stig Brautaset
Nicolas Goaziou writes: >>(require 'cl-lib) >> + (require 'cl) > > Thank you. > > Actually, the proper fix would be to replace functions not working with > (require 'cl-lib). > > Would you want to look into it? Sure! I'll try that. Stig

Re: [O] [PATCH] Add missing require in org-test.el

2017-07-14 Thread Nicolas Goaziou
Hello, Stig Brautaset writes: > This is required for me to be able to run tests on master with GNU Emacs > 26.0.50 on macOS. [...] >(require 'cl-lib) > + (require 'cl) Thank you. Actually, the proper fix would be to replace functions not working with (require 'cl-lib). Would yo

[O] [PATCH] Add missing require in org-test.el

2017-07-14 Thread Stig Brautaset
This is required for me to be able to run tests on master with GNU Emacs 26.0.50 on macOS. >From f8959cd59e1f9ba5b6752d3d76f042c89553c7a3 Mon Sep 17 00:00:00 2001 From: Stig Brautaset Date: Fri, 14 Jul 2017 14:48:37 +0100 Subject: [PATCH] org-test: add missing require for cl.el --- testing/org