From 613b27795bbebd7653133ce2c9ff5aa1b0cf9b72 Mon Sep 17 00:00:00 2001 From: Marco Wahl Date: Tue, 14 Jun 2016 21:26:11 +0200 Subject: [PATCH] Follow compiler recommendation * testing/org-test.el (org-test-load): Switch to the seasonable `cl-flet'. --- testing/org-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/org-test.el b/testing/org-test.el index 2b10883e0..a07ccc737 100644 --- a/testing/org-test.el +++ b/testing/org-test.el @@ -358,7 +358,7 @@ setting `pp-escape-newlines' to nil manually." (defun org-test-load () "Load up the org-mode test suite." (interactive) - (flet ((rld (base) + (cl-flet ((rld (base) ;; Recursively load all files, if files throw errors ;; then silently ignore the error and continue to the ;; next file. This allows files to error out if -- 2.11.4.GIT